Output save_alt Download

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