Output save_alt Download

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