Output save_alt Download

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