Output save_alt Download

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