Output save_alt Download

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