Output save_alt Download

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