Output save_alt Download

Operation
crypto_aead
Primitive
pi32cipher128v2
Implementation
goptv
Compiler options
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv
Host
venus
1 error 0
2 a06673d59dfae82caccbca75543d5f48a321dfb94bb72140ae0fe2426d786289 6992970 259455104 4300000000 crypto_aead/pi32cipher128v2/goptv
3 ==6746== Memcheck, a memory error detector
4 ==6746== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==6746== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==6746== Command: ./try
7 ==6746==
8 ==6746== Conditional jump or move depends on uninitialised value(s)
9 ==6746== at 0x4C32742: __memcmp_sse4_1 (vg_replace_strmem.c:1112)
10 ==6746== by 0x10DC28: pi32_decrypt_simple (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
11 ==6746== by 0x10A57F: crypto_aead_pi32cipher128v2_goptv_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
12 ==6746== by 0x1090A7: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
13 ==6746== by 0x10A43A: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
14 ==6746==
15 ==6746== Conditional jump or move depends on uninitialised value(s)
16 ==6746== at 0x4C32756: __memcmp_sse4_1 (vg_replace_strmem.c:1112)
17 ==6746== by 0x10DC28: pi32_decrypt_simple (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
18 ==6746== by 0x10A57F: crypto_aead_pi32cipher128v2_goptv_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
19 ==6746== by 0x1090A7: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
20 ==6746== by 0x10A43A: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
21 ==6746==
22 ==6746==
23 ==6746== HEAP SUMMARY:
24 ==6746== in use at exit: 70,656 bytes in 16 blocks
25 ==6746== total heap usage: 22 allocs, 6 frees, 84,600 bytes allocated
26 ==6746==
27 ==6746== LEAK SUMMARY:
28 ==6746== definitely lost: 0 bytes in 0 blocks
29 ==6746== indirectly lost: 0 bytes in 0 blocks
30 ==6746== possibly lost: 70,656 bytes in 16 blocks
31 ==6746== still reachable: 0 bytes in 0 blocks
32 ==6746== suppressed: 0 bytes in 0 blocks
33 ==6746== Rerun with --leak-check=full to see details of leaked memory
34 ==6746==
35 ==6746== For lists of detected and suppressed errors, rerun with: -s
36 ==6746== ERROR SUMMARY: 8 errors from 2 contexts (suppressed: 0 from 0)