Output save_alt Download

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