Output save_alt Download

Operation
crypto_aead
Primitive
deoxysi128v141
Implementation
aesni
Compiler options
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
Host
venus
1 error 0
2 f2331aa4e045ed1abf3b978c61c813df84a43351df4ab550b4fea5cd789326c3 21106397 504085841 4300000000 crypto_aead/deoxysi128v141/aesni
3 ==12242== Memcheck, a memory error detector
4 ==12242== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==12242== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==12242== Command: ./try
7 ==12242==
8 ==12242== Conditional jump or move depends on uninitialised value(s)
9 ==12242== at 0x409DBC: deoxys_aead_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
10 ==12242== by 0x402952: crypto_aead_deoxysi128v141_aesni_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
11 ==12242== by 0x400FB7: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
12 ==12242== by 0x4024F4: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
13 ==12242==
14 ==12242== Conditional jump or move depends on uninitialised value(s)
15 ==12242== at 0x409DBC: deoxys_aead_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
16 ==12242== by 0x402952: crypto_aead_deoxysi128v141_aesni_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
17 ==12242== by 0x400FB7: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
18 ==12242== by 0x402505: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
19 ==12242==
20 ==12242==
21 ==12242== HEAP SUMMARY:
22 ==12242== in use at exit: 69,888 bytes in 16 blocks
23 ==12242== total heap usage: 22 allocs, 6 frees, 83,832 bytes allocated
24 ==12242==
25 ==12242== LEAK SUMMARY:
26 ==12242== definitely lost: 0 bytes in 0 blocks
27 ==12242== indirectly lost: 0 bytes in 0 blocks
28 ==12242== possibly lost: 69,888 bytes in 16 blocks
29 ==12242== still reachable: 0 bytes in 0 blocks
30 ==12242== suppressed: 0 bytes in 0 blocks
31 ==12242== Rerun with --leak-check=full to see details of leaked memory
32 ==12242==
33 ==12242== For lists of detected and suppressed errors, rerun with: -s
34 ==12242== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)