Output save_alt Download

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