Output save_alt Download

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