Output save_alt Download

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