Output save_alt Download

Operation
crypto_aead
Primitive
aes128n8t8silcv2
Implementation
aesni
Compiler options
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
Host
venus
1 error 0
2 aa6e420a72c4d76fb1a4dffbaba993ceddf2406c0d673d27f0696b2c3e1d6ec0 4292525 153518659 4300000000 crypto_aead/aes128n8t8silcv2/aesni
3 ==22261== Memcheck, a memory error detector
4 ==22261== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==22261== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==22261== Command: ./try
7 ==22261==
8 ==22261== Conditional jump or move depends on uninitialised value(s)
9 ==22261== at 0x10B2B9: crypto_aead_aes128n8t8silcv2_aesni_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
10 ==22261== by 0x10928E: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
11 ==22261== by 0x108CE8: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
12 ==22261==
13 ==22261== Conditional jump or move depends on uninitialised value(s)
14 ==22261== at 0x10B2B9: crypto_aead_aes128n8t8silcv2_aesni_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
15 ==22261== by 0x10928E: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
16 ==22261== by 0x108CF9: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
17 ==22261==
18 ==22261==
19 ==22261== HEAP SUMMARY:
20 ==22261== in use at exit: 69,760 bytes in 16 blocks
21 ==22261== total heap usage: 22 allocs, 6 frees, 83,704 bytes allocated
22 ==22261==
23 ==22261== LEAK SUMMARY:
24 ==22261== definitely lost: 0 bytes in 0 blocks
25 ==22261== indirectly lost: 0 bytes in 0 blocks
26 ==22261== possibly lost: 69,760 bytes in 16 blocks
27 ==22261== still reachable: 0 bytes in 0 blocks
28 ==22261== suppressed: 0 bytes in 0 blocks
29 ==22261== Rerun with --leak-check=full to see details of leaked memory
30 ==22261==
31 ==22261== For lists of detected and suppressed errors, rerun with: -s
32 ==22261== ERROR SUMMARY: 16 errors from 2 contexts (suppressed: 0 from 0)