Output save_alt Download

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