Output save_alt Download

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