Output save_alt Download

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