Output save_alt Download

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