Output save_alt Download

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