Output save_alt Download

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