Output save_alt Download

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