Output save_alt Download

Operation
crypto_aead
Primitive
aes256gcmv1
Implementation
cryptopp
Compiler options
g++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv
Host
venus
1 error 0
2 6981a69994f206a90893b0d48552a522c852cf3f8b5d202d0cb919ecc93c9ebd 6321825 525745694 4300000000 crypto_aead/aes256gcmv1/cryptopp
3 ==7912== Memcheck, a memory error detector
4 ==7912== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==7912== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==7912== Command: ./try
7 ==7912==
8 ==7912== Conditional jump or move depends on uninitialised value(s)
9 ==7912== at 0x2085CD: CryptoPP::HashVerificationFilter::LastPut(unsigned char const*, unsigned long) (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
10 ==7912== by 0x20C1CB: CryptoPP::FilterWithBufferedInput::PutMaybeModifiable(unsigned char*, unsigned long, int, bool, bool) [clone .constprop.188] (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
11 ==7912== by 0x20BC9C: CryptoPP::FilterWithBufferedInput::PutMaybeModifiable(unsigned char*, unsigned long, int, bool, bool) (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
12 ==7912== by 0x20C6A8: CryptoPP::AuthenticatedDecryptionFilter::ChannelPut2(std::__cxx11::basic_string, std::allocator > const&, unsigned char const*, unsigned long, int, bool) (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
13 ==7912== by 0x157026: crypto_aead_aes256gcmv1_cryptopp_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
14 ==7912== by 0x153D4E: timecop_doit() (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
15 ==7912== by 0x153236: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
16 ==7912==
17 ==7912== Conditional jump or move depends on uninitialised value(s)
18 ==7912== at 0x15702F: crypto_aead_aes256gcmv1_cryptopp_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
19 ==7912== by 0x153D4E: timecop_doit() (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
20 ==7912== by 0x153236: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
21 ==7912==
22 ==7912== Conditional jump or move depends on uninitialised value(s)
23 ==7912== at 0x15702F: crypto_aead_aes256gcmv1_cryptopp_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
24 ==7912== by 0x153D4E: timecop_doit() (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
25 ==7912== by 0x153247: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
26 ==7912==
27 ==7912==
28 ==7912== HEAP SUMMARY:
29 ==7912== in use at exit: 70,056 bytes in 22 blocks
30 ==7912== total heap usage: 615 allocs, 593 frees, 482,972 bytes allocated
31 ==7912==
32 ==7912== LEAK SUMMARY:
33 ==7912== definitely lost: 0 bytes in 0 blocks
34 ==7912== indirectly lost: 0 bytes in 0 blocks
35 ==7912== possibly lost: 69,888 bytes in 16 blocks
36 ==7912== still reachable: 168 bytes in 6 blocks
37 ==7912== suppressed: 0 bytes in 0 blocks
38 ==7912== Rerun with --leak-check=full to see details of leaked memory
39 ==7912==
40 ==7912== For lists of detected and suppressed errors, rerun with: -s
41 ==7912== ERROR SUMMARY: 4 errors from 3 contexts (suppressed: 0 from 0)