Output save_alt Download

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