Output save_alt Download

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