Output save_alt Download

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