Output save_alt Download

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