Output save_alt Download

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