Output save_alt Download

Operation
crypto_aead
Primitive
artemia256v1
Implementation
ref
Compiler options
clang -O1 -g
Host
venus
1 error 0
2 f9085f3b4a8f06cebd1bddcc47cb7a56f8eaff92c0d36d4f6dbd73c663d6e257 102303936 544599503 4300000000 crypto_aead/artemia256v1/ref
3 ==24341== Memcheck, a memory error detector
4 ==24341== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==24341== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==24341== Command: ./try
7 ==24341==
8 ==24341== Use of uninitialised value of size 8
9 ==24341== at 0x4030E4: artemia_permutation (jhae_permutation.c:109)
10 ==24341== by 0x40283D: jhae_encryption_authentication (jhae_encryption.c:47)
11 ==24341== by 0x40231A: crypto_aead_artemia256v1_ref_encrypt (encrypt.c:30)
12 ==24341== by 0x400F6A: timecop_doit (try.c:104)
13 ==24341== by 0x401FD0: main (try-anything.c:306)
14 ==24341== Uninitialised value was created by a client request
15 ==24341== at 0x400EB7: timecop_doit (try.c:102)
16 ==24341== by 0x401FD0: main (try-anything.c:306)
17 ==24341==
18 ==24341== Use of uninitialised value of size 8
19 ==24341== at 0x4030E4: artemia_permutation (jhae_permutation.c:109)
20 ==24341== by 0x40249D: jhae_decryption_verification (jhae_decryption.c:47)
21 ==24341== by 0x402398: crypto_aead_artemia256v1_ref_decrypt (encrypt.c:67)
22 ==24341== by 0x401017: timecop_doit (try.c:107)
23 ==24341== by 0x401FD0: main (try-anything.c:306)
24 ==24341== Uninitialised value was created by a client request
25 ==24341== at 0x400EB7: timecop_doit (try.c:102)
26 ==24341== by 0x401FD0: main (try-anything.c:306)
27 ==24341==
28 ==24341== Conditional jump or move depends on uninitialised value(s)
29 ==24341== at 0x4026CB: jhae_decryption_verification (jhae_decryption.c:95)
30 ==24341== by 0x402398: crypto_aead_artemia256v1_ref_decrypt (encrypt.c:67)
31 ==24341== by 0x401017: timecop_doit (try.c:107)
32 ==24341== by 0x401FD0: main (try-anything.c:306)
33 ==24341== Uninitialised value was created by a client request
34 ==24341== at 0x400EB7: timecop_doit (try.c:102)
35 ==24341== by 0x401FD0: main (try-anything.c:306)
36 ==24341==
37 ==24341==
38 ==24341== HEAP SUMMARY:
39 ==24341== in use at exit: 71,392 bytes in 31 blocks
40 ==24341== total heap usage: 66 allocs, 35 frees, 86,968 bytes allocated
41 ==24341==
42 ==24341== LEAK SUMMARY:
43 ==24341== definitely lost: 544 bytes in 15 blocks
44 ==24341== indirectly lost: 0 bytes in 0 blocks
45 ==24341== possibly lost: 70,848 bytes in 16 blocks
46 ==24341== still reachable: 0 bytes in 0 blocks
47 ==24341== suppressed: 0 bytes in 0 blocks
48 ==24341== Rerun with --leak-check=full to see details of leaked memory
49 ==24341==
50 ==24341== For lists of detected and suppressed errors, rerun with: -s
51 ==24341== ERROR SUMMARY: 320 errors from 3 contexts (suppressed: 0 from 0)