Output save_alt Download

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