Output save_alt Download

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