Output save_alt Download

Operation
crypto_aead
Primitive
ascon128v1
Implementation
opt64
Compiler options
clang -O1 -g
Host
venus
1 error 0
2 348efb5cf260aed2142a7dd71d5430f70ab3af278cbc80b2ee92ed085991e489 58107426 325646595 4300000000 crypto_aead/ascon128v1/opt64
3 ==27943== Memcheck, a memory error detector
4 ==27943== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==27943== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==27943== Command: ./try
7 ==27943==
8 ==27943== Conditional jump or move depends on uninitialised value(s)
9 ==27943== at 0x407226: crypto_aead_ascon128v1_opt64_decrypt (ascon.c:252)
10 ==27943== by 0x400F77: timecop_doit (try.c:107)
11 ==27943== by 0x401F20: main (try-anything.c:306)
12 ==27943== Uninitialised value was created by a client request
13 ==27943== at 0x400E17: timecop_doit (try.c:102)
14 ==27943== by 0x401F20: main (try-anything.c:306)
15 ==27943==
16 ==27943== Conditional jump or move depends on uninitialised value(s)
17 ==27943== at 0x40725B: crypto_aead_ascon128v1_opt64_decrypt (ascon.c:252)
18 ==27943== by 0x400F77: timecop_doit (try.c:107)
19 ==27943== by 0x401F20: main (try-anything.c:306)
20 ==27943== Uninitialised value was created by a client request
21 ==27943== at 0x400E17: timecop_doit (try.c:102)
22 ==27943== by 0x401F20: main (try-anything.c:306)
23 ==27943==
24 ==27943==
25 ==27943== HEAP SUMMARY:
26 ==27943== in use at exit: 69,888 bytes in 16 blocks
27 ==27943== total heap usage: 22 allocs, 6 frees, 83,832 bytes allocated
28 ==27943==
29 ==27943== LEAK SUMMARY:
30 ==27943== definitely lost: 0 bytes in 0 blocks
31 ==27943== indirectly lost: 0 bytes in 0 blocks
32 ==27943== possibly lost: 69,888 bytes in 16 blocks
33 ==27943== still reachable: 0 bytes in 0 blocks
34 ==27943== suppressed: 0 bytes in 0 blocks
35 ==27943== Rerun with --leak-check=full to see details of leaked memory
36 ==27943==
37 ==27943== For lists of detected and suppressed errors, rerun with: -s
38 ==27943== ERROR SUMMARY: 4 errors from 2 contexts (suppressed: 0 from 0)