Output save_alt Download

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