Output save_alt Download

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