Output save_alt Download

Operation
crypto_aead
Primitive
ketjemajorv2
Implementation
ref
Compiler options
clang++ -mcpu=cortex-a8 -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
Host
venus
1 error 0
2 dff329beaeed141401e3c56b7bc60b2914823e55b953f84b11e78cc4983cb755 171132857 2235154934 4300000000 crypto_aead/ketjemajorv2/ref
3 ==5552== Memcheck, a memory error detector
4 ==5552== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==5552== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==5552== Command: ./try
7 ==5552==
8 ==5552== Conditional jump or move depends on uninitialised value(s)
9 ==5552== at 0x4C32742: __memcmp_sse4_1 (vg_replace_strmem.c:1112)
10 ==5552== by 0x40BA06: operator==(BitString const&, BitString const&) (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
11 ==5552== by 0x40F379: MonkeyWrap::unwrap(BitString const&, BitString const&, BitString const&) (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
12 ==5552== by 0x409963: Ketje::unwrap(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&) (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
13 ==5552== by 0x404B39: crypto_aead_ketjemajorv2_ref_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
14 ==5552== by 0x402097: timecop_doit() (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
15 ==5552== by 0x403E62: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
16 ==5552== Uninitialised value was created by a client request
17 ==5552== at 0x401F37: timecop_doit() (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
18 ==5552== by 0x403E62: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
19 ==5552==
20 ==5552== Conditional jump or move depends on uninitialised value(s)
21 ==5552== at 0x4C32756: __memcmp_sse4_1 (vg_replace_strmem.c:1112)
22 ==5552== by 0x40BA06: operator==(BitString const&, BitString const&) (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
23 ==5552== by 0x40F379: MonkeyWrap::unwrap(BitString const&, BitString const&, BitString const&) (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
24 ==5552== by 0x409963: Ketje::unwrap(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&) (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
25 ==5552== by 0x404B39: crypto_aead_ketjemajorv2_ref_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
26 ==5552== by 0x402097: timecop_doit() (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
27 ==5552== by 0x403E62: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
28 ==5552== Uninitialised value was created by a client request
29 ==5552== at 0x401F37: timecop_doit() (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
30 ==5552== by 0x403E62: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
31 ==5552==
32 ==5552==
33 ==5552== HEAP SUMMARY:
34 ==5552== in use at exit: 69,888 bytes in 16 blocks
35 ==5552== total heap usage: 125,179 allocs, 125,163 frees, 17,434,047 bytes allocated
36 ==5552==
37 ==5552== LEAK SUMMARY:
38 ==5552== definitely lost: 0 bytes in 0 blocks
39 ==5552== indirectly lost: 0 bytes in 0 blocks
40 ==5552== possibly lost: 69,888 bytes in 16 blocks
41 ==5552== still reachable: 0 bytes in 0 blocks
42 ==5552== suppressed: 0 bytes in 0 blocks
43 ==5552== Rerun with --leak-check=full to see details of leaked memory
44 ==5552==
45 ==5552== For lists of detected and suppressed errors, rerun with: -s
46 ==5552== ERROR SUMMARY: 4 errors from 2 contexts (suppressed: 0 from 0)