Output save_alt Download

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