Output save_alt Download

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