Output save_alt Download

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