Output save_alt Download

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