Output save_alt Download

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