Output save_alt Download

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