Output save_alt Download

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