Output save_alt Download

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