Output save_alt Download

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