Output save_alt Download

Operation
crypto_stream
Primitive
aes256ctr
Implementation
openssl
Compiler options
clang -O1 -g
Host
venus
1 error 0
2 f0346946d3dd40a7db557a23f696094c16c97da75d789d5ea7fc9dcae190b6fa 3305203 205268107 4300000000 crypto_stream/aes256ctr/openssl
3 ==16594== Memcheck, a memory error detector
4 ==16594== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==16594== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==16594== Command: ./try
7 ==16594==
8 ==16594== Conditional jump or move depends on uninitialised value(s)
9 ==16594== at 0x4FABDC1: CRYPTO_ctr128_encrypt_ctr32 (in /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1)
10 ==16594== by 0x4F8E62F: ??? (in /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1)
11 ==16594== by 0x4F9AF0A: EVP_EncryptUpdate (in /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1)
12 ==16594== by 0x402079: crypto_stream_aes256ctr_openssl_xor (stream.c:34)
13 ==16594== by 0x401032: timecop_doit (try.c:86)
14 ==16594== by 0x401C90: main (try-anything.c:306)
15 ==16594== Uninitialised value was created by a client request
16 ==16594== at 0x401024: timecop_doit (try.c:85)
17 ==16594== by 0x401C90: main (try-anything.c:306)
18 ==16594==
19 ==16594== Conditional jump or move depends on uninitialised value(s)
20 ==16594== at 0x4FABE8A: CRYPTO_ctr128_encrypt_ctr32 (in /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1)
21 ==16594== by 0x4F8E62F: ??? (in /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1)
22 ==16594== by 0x4F9AF0A: EVP_EncryptUpdate (in /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1)
23 ==16594== by 0x402079: crypto_stream_aes256ctr_openssl_xor (stream.c:34)
24 ==16594== by 0x401032: timecop_doit (try.c:86)
25 ==16594== by 0x401C90: main (try-anything.c:306)
26 ==16594== Uninitialised value was created by a client request
27 ==16594== at 0x401024: timecop_doit (try.c:85)
28 ==16594== by 0x401C90: main (try-anything.c:306)
29 ==16594==
30 ==16594==
31 ==16594== HEAP SUMMARY:
32 ==16594== in use at exit: 43,520 bytes in 10 blocks
33 ==16594== total heap usage: 34 allocs, 24 frees, 61,352 bytes allocated
34 ==16594==
35 ==16594== LEAK SUMMARY:
36 ==16594== definitely lost: 0 bytes in 0 blocks
37 ==16594== indirectly lost: 0 bytes in 0 blocks
38 ==16594== possibly lost: 43,520 bytes in 10 blocks
39 ==16594== still reachable: 0 bytes in 0 blocks
40 ==16594== suppressed: 0 bytes in 0 blocks
41 ==16594== Rerun with --leak-check=full to see details of leaked memory
42 ==16594==
43 ==16594== For lists of detected and suppressed errors, rerun with: -s
44 ==16594== ERROR SUMMARY: 4 errors from 2 contexts (suppressed: 0 from 0)