Output save_alt Download

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