Output save_alt Download

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