Output save_alt Download

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