Output save_alt Download

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