Output save_alt Download

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