Output save_alt Download

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