Output save_alt Download

Operation
crypto_aead
Primitive
hs1sivlov2
Implementation
ref
Compiler options
clang -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
Host
venus
1 error 0
2 17795464a5dcaff18fd73a70b3688107ee8ed3058993d073fe6ba9fc8c7281bd 3748584 183848069 4300000000 crypto_aead/hs1sivlov2/ref
3 ==3887== Memcheck, a memory error detector
4 ==3887== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==3887== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==3887== Command: ./try
7 ==3887==
8 ==3887== Conditional jump or move depends on uninitialised value(s)
9 ==3887== at 0x4044F8: hs1siv_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
10 ==3887== by 0x4047BF: crypto_aead_hs1sivlov2_ref_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
11 ==3887== by 0x401057: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
12 ==3887== by 0x402E02: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
13 ==3887== Uninitialised value was created by a client request
14 ==3887== at 0x400EF7: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
15 ==3887== by 0x402E02: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
16 ==3887==
17 ==3887== Conditional jump or move depends on uninitialised value(s)
18 ==3887== at 0x4044F8: hs1siv_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
19 ==3887== by 0x4047BF: crypto_aead_hs1sivlov2_ref_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
20 ==3887== by 0x401057: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
21 ==3887== by 0x402E13: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
22 ==3887== Uninitialised value was created by a client request
23 ==3887== at 0x400EF7: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
24 ==3887== by 0x402E13: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
25 ==3887==
26 ==3887==
27 ==3887== HEAP SUMMARY:
28 ==3887== in use at exit: 69,760 bytes in 16 blocks
29 ==3887== total heap usage: 85 allocs, 69 frees, 235,603 bytes allocated
30 ==3887==
31 ==3887== LEAK SUMMARY:
32 ==3887== definitely lost: 0 bytes in 0 blocks
33 ==3887== indirectly lost: 0 bytes in 0 blocks
34 ==3887== possibly lost: 69,760 bytes in 16 blocks
35 ==3887== still reachable: 0 bytes in 0 blocks
36 ==3887== suppressed: 0 bytes in 0 blocks
37 ==3887== Rerun with --leak-check=full to see details of leaked memory
38 ==3887==
39 ==3887== For lists of detected and suppressed errors, rerun with: -s
40 ==3887== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)