Output save_alt Download

Operation
crypto_aead
Primitive
calicov8
Implementation
ref
Compiler options
clang++ -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
Host
venus
1 error 0
2 1fd39b91ddfe86511cfdba5ed48006c011c712b49bb565e1c4cdc2bdc890e858 10072836 165119893 4300000000 crypto_aead/calicov8/ref
3 ==32106== Memcheck, a memory error detector
4 ==32106== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==32106== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==32106== Command: ./try
7 ==32106==
8 ==32106== Conditional jump or move depends on uninitialised value(s)
9 ==32106== at 0x40292A: crypto_aead_calicov8_ref_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
10 ==32106== by 0x400FD7: timecop_doit() (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
11 ==32106== by 0x402492: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
12 ==32106== Uninitialised value was created by a client request
13 ==32106== at 0x400E77: timecop_doit() (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
14 ==32106== by 0x402492: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
15 ==32106==
16 ==32106== Conditional jump or move depends on uninitialised value(s)
17 ==32106== at 0x40292A: crypto_aead_calicov8_ref_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
18 ==32106== by 0x400FD7: timecop_doit() (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
19 ==32106== by 0x4024A3: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
20 ==32106== Uninitialised value was created by a client request
21 ==32106== at 0x400E77: timecop_doit() (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
22 ==32106== by 0x4024A3: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
23 ==32106==
24 ==32106==
25 ==32106== HEAP SUMMARY:
26 ==32106== in use at exit: 69,760 bytes in 16 blocks
27 ==32106== total heap usage: 23 allocs, 7 frees, 156,408 bytes allocated
28 ==32106==
29 ==32106== LEAK SUMMARY:
30 ==32106== definitely lost: 0 bytes in 0 blocks
31 ==32106== indirectly lost: 0 bytes in 0 blocks
32 ==32106== possibly lost: 69,760 bytes in 16 blocks
33 ==32106== still reachable: 0 bytes in 0 blocks
34 ==32106== suppressed: 0 bytes in 0 blocks
35 ==32106== Rerun with --leak-check=full to see details of leaked memory
36 ==32106==
37 ==32106== For lists of detected and suppressed errors, rerun with: -s
38 ==32106== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)