Output save_alt Download

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