Output save_alt Download

Operation
crypto_aead
Primitive
ascon128av11
Implementation
opt64
Compiler options
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
Host
venus
1 error 0
2 5e8bd30bdbec6745134c98c88c3d306cb46e8988a2990e3430d6c4cc687374cf 55411670 285364425 4300000000 crypto_aead/ascon128av11/opt64
3 ==25681== Memcheck, a memory error detector
4 ==25681== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==25681== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==25681== Command: ./try
7 ==25681==
8 ==25681== Conditional jump or move depends on uninitialised value(s)
9 ==25681== at 0x408214: crypto_aead_ascon128av11_opt64_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
10 ==25681== by 0x400FB7: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
11 ==25681== by 0x4024F4: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
12 ==25681== Uninitialised value was created by a client request
13 ==25681== at 0x400E57: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
14 ==25681== by 0x4024F4: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
15 ==25681==
16 ==25681== Conditional jump or move depends on uninitialised value(s)
17 ==25681== at 0x408248: crypto_aead_ascon128av11_opt64_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
18 ==25681== by 0x400FB7: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
19 ==25681== by 0x4024F4: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
20 ==25681== Uninitialised value was created by a client request
21 ==25681== at 0x400E57: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
22 ==25681== by 0x4024F4: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
23 ==25681==
24 ==25681== Conditional jump or move depends on uninitialised value(s)
25 ==25681== at 0x408214: crypto_aead_ascon128av11_opt64_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
26 ==25681== by 0x400FB7: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
27 ==25681== by 0x402505: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
28 ==25681== Uninitialised value was created by a client request
29 ==25681== at 0x400E57: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
30 ==25681== by 0x402505: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
31 ==25681==
32 ==25681== Conditional jump or move depends on uninitialised value(s)
33 ==25681== at 0x408248: crypto_aead_ascon128av11_opt64_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
34 ==25681== by 0x400FB7: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
35 ==25681== by 0x402505: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
36 ==25681== Uninitialised value was created by a client request
37 ==25681== at 0x400E57: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
38 ==25681== by 0x402505: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
39 ==25681==
40 ==25681==
41 ==25681== HEAP SUMMARY:
42 ==25681== in use at exit: 69,888 bytes in 16 blocks
43 ==25681== total heap usage: 22 allocs, 6 frees, 83,832 bytes allocated
44 ==25681==
45 ==25681== LEAK SUMMARY:
46 ==25681== definitely lost: 0 bytes in 0 blocks
47 ==25681== indirectly lost: 0 bytes in 0 blocks
48 ==25681== possibly lost: 69,888 bytes in 16 blocks
49 ==25681== still reachable: 0 bytes in 0 blocks
50 ==25681== suppressed: 0 bytes in 0 blocks
51 ==25681== Rerun with --leak-check=full to see details of leaked memory
52 ==25681==
53 ==25681== For lists of detected and suppressed errors, rerun with: -s
54 ==25681== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)