Output save_alt Download

Operation
crypto_stream
Primitive
aes256ctr
Implementation
openssl
Compiler options
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv
Host
venus
1 error 0
2 f0346946d3dd40a7db557a23f696094c16c97da75d789d5ea7fc9dcae190b6fa 3336653 160644504 4300000000 crypto_stream/aes256ctr/openssl
3 ==17108== Memcheck, a memory error detector
4 ==17108== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==17108== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==17108== Command: ./try
7 ==17108==
8 ==17108== Conditional jump or move depends on uninitialised value(s)
9 ==17108== at 0x4FABDC1: CRYPTO_ctr128_encrypt_ctr32 (in /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1)
10 ==17108== by 0x4F8E62F: ??? (in /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1)
11 ==17108== by 0x4F9AF0A: EVP_EncryptUpdate (in /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1)
12 ==17108== by 0x109E8D: crypto_stream_aes256ctr_openssl_xor (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
13 ==17108== by 0x1091DA: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
14 ==17108== by 0x108E38: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
15 ==17108== Uninitialised value was created by a client request
16 ==17108== at 0x1091CC: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
17 ==17108== by 0x108E38: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
18 ==17108==
19 ==17108== Conditional jump or move depends on uninitialised value(s)
20 ==17108== at 0x4FABE8A: CRYPTO_ctr128_encrypt_ctr32 (in /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1)
21 ==17108== by 0x4F8E62F: ??? (in /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1)
22 ==17108== by 0x4F9AF0A: EVP_EncryptUpdate (in /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1)
23 ==17108== by 0x109E8D: crypto_stream_aes256ctr_openssl_xor (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
24 ==17108== by 0x1091DA: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
25 ==17108== by 0x108E38: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
26 ==17108== Uninitialised value was created by a client request
27 ==17108== at 0x1091CC: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
28 ==17108== by 0x108E38: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
29 ==17108==
30 ==17108==
31 ==17108== HEAP SUMMARY:
32 ==17108== in use at exit: 43,520 bytes in 10 blocks
33 ==17108== total heap usage: 34 allocs, 24 frees, 61,352 bytes allocated
34 ==17108==
35 ==17108== LEAK SUMMARY:
36 ==17108== definitely lost: 0 bytes in 0 blocks
37 ==17108== indirectly lost: 0 bytes in 0 blocks
38 ==17108== possibly lost: 43,520 bytes in 10 blocks
39 ==17108== still reachable: 0 bytes in 0 blocks
40 ==17108== suppressed: 0 bytes in 0 blocks
41 ==17108== Rerun with --leak-check=full to see details of leaked memory
42 ==17108==
43 ==17108== For lists of detected and suppressed errors, rerun with: -s
44 ==17108== ERROR SUMMARY: 4 errors from 2 contexts (suppressed: 0 from 0)