Output save_alt Download

Operation
crypto_aead
Primitive
hs1sivlov1
Implementation
ref
Compiler options
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv
Host
venus
1 error 0
2 780b5205c12c97b9a8bee9596c8573c97de7885ba76a2296505ee9615334cc88 4386965 187284121 4300000000 crypto_aead/hs1sivlov1/ref
3 ==3383== Memcheck, a memory error detector
4 ==3383== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==3383== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==3383== Command: ./try
7 ==3383==
8 ==3383== Conditional jump or move depends on uninitialised value(s)
9 ==3383== at 0x4C32742: __memcmp_sse4_1 (vg_replace_strmem.c:1112)
10 ==3383== by 0x10B574: hs1siv_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
11 ==3383== by 0x10B6A8: crypto_aead_hs1sivlov1_ref_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
12 ==3383== by 0x1091A1: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
13 ==3383== by 0x108C38: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
14 ==3383== Uninitialised value was created by a client request
15 ==3383== at 0x109040: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
16 ==3383== by 0x108C38: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
17 ==3383==
18 ==3383==
19 ==3383== HEAP SUMMARY:
20 ==3383== in use at exit: 69,760 bytes in 16 blocks
21 ==3383== total heap usage: 85 allocs, 69 frees, 234,963 bytes allocated
22 ==3383==
23 ==3383== LEAK SUMMARY:
24 ==3383== definitely lost: 0 bytes in 0 blocks
25 ==3383== indirectly lost: 0 bytes in 0 blocks
26 ==3383== possibly lost: 69,760 bytes in 16 blocks
27 ==3383== still reachable: 0 bytes in 0 blocks
28 ==3383== suppressed: 0 bytes in 0 blocks
29 ==3383== Rerun with --leak-check=full to see details of leaked memory
30 ==3383==
31 ==3383== For lists of detected and suppressed errors, rerun with: -s
32 ==3383== ERROR SUMMARY: 2 errors from 1 contexts (suppressed: 0 from 0)