Output save_alt Download

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