Output save_alt Download

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