Output save_alt Download

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