Output save_alt Download

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