Output save_alt Download

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