Output save_alt Download

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