Output save_alt Download

Operation
crypto_box
Primitive
curve25519xsalsa20poly1305
Implementation
ref
Compiler options
clang -mcpu=cortex-a9 -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
Host
venus
1 error 0
2 40abd7d47cb9f84dc47a0530262fc905e715e37a4113299f1ec5f0727313c04c 48504600 1124759345 4300000000 crypto_box/curve25519xsalsa20poly1305/ref
3 ==7544== Memcheck, a memory error detector
4 ==7544== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==7544== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==7544== Command: ./try
7 ==7544==
8 ==7544== Conditional jump or move depends on uninitialised value(s)
9 ==7544== at 0x4044D4: crypto_secretbox_xsalsa20poly1305_ref_open (box.c:31)
10 ==7544== by 0x403B1E: crypto_box_curve25519xsalsa20poly1305_ref_open (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
11 ==7544== by 0x401024: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
12 ==7544== by 0x4036B2: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
13 ==7544== Uninitialised value was created by a client request
14 ==7544== at 0x400F61: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
15 ==7544== by 0x4036B2: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
16 ==7544==
17 ==7544== Conditional jump or move depends on uninitialised value(s)
18 ==7544== at 0x4044D4: crypto_secretbox_xsalsa20poly1305_ref_open (box.c:31)
19 ==7544== by 0x403B1E: crypto_box_curve25519xsalsa20poly1305_ref_open (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
20 ==7544== by 0x401024: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
21 ==7544== by 0x4036C3: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
22 ==7544== Uninitialised value was created by a client request
23 ==7544== at 0x400F61: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
24 ==7544== by 0x4036C3: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
25 ==7544==
26 ==7544==
27 ==7544== HEAP SUMMARY:
28 ==7544== in use at exit: 95,744 bytes in 22 blocks
29 ==7544== total heap usage: 28 allocs, 6 frees, 109,688 bytes allocated
30 ==7544==
31 ==7544== LEAK SUMMARY:
32 ==7544== definitely lost: 0 bytes in 0 blocks
33 ==7544== indirectly lost: 0 bytes in 0 blocks
34 ==7544== possibly lost: 95,744 bytes in 22 blocks
35 ==7544== still reachable: 0 bytes in 0 blocks
36 ==7544== suppressed: 0 bytes in 0 blocks
37 ==7544== Rerun with --leak-check=full to see details of leaked memory
38 ==7544==
39 ==7544== For lists of detected and suppressed errors, rerun with: -s
40 ==7544== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)