Output save_alt Download

Operation
crypto_aead
Primitive
omdsha256k192n104tau128v2
Implementation
sse4
Compiler options
clang -O1 -g
Host
venus
1 error 0
2 b758ddca07d666d0c0459f98cb7f37b280b55cd7279da47b123bba92c315b260 12837908 339081466 4300000000 crypto_aead/omdsha256k192n104tau128v2/sse4
3 ==8006== Memcheck, a memory error detector
4 ==8006== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==8006== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==8006== Command: ./try
7 ==8006==
8 ==8006== Conditional jump or move depends on uninitialised value(s)
9 ==8006== at 0x4C32742: __memcmp_sse4_1 (vg_replace_strmem.c:1112)
10 ==8006== by 0x404EA1: omdsha256_process (omdsha256.c:310)
11 ==8006== by 0x4038A8: crypto_aead_omdsha256k192n104tau128v2_sse4_decrypt (encrypt.c:62)
12 ==8006== by 0x400F87: timecop_doit (try.c:107)
13 ==8006== by 0x402820: main (try-anything.c:306)
14 ==8006== Uninitialised value was created by a client request
15 ==8006== at 0x400E27: timecop_doit (try.c:102)
16 ==8006== by 0x402820: main (try-anything.c:306)
17 ==8006==
18 ==8006== Conditional jump or move depends on uninitialised value(s)
19 ==8006== at 0x4C32756: __memcmp_sse4_1 (vg_replace_strmem.c:1112)
20 ==8006== by 0x404EA1: omdsha256_process (omdsha256.c:310)
21 ==8006== by 0x4038A8: crypto_aead_omdsha256k192n104tau128v2_sse4_decrypt (encrypt.c:62)
22 ==8006== by 0x400F87: timecop_doit (try.c:107)
23 ==8006== by 0x402820: main (try-anything.c:306)
24 ==8006== Uninitialised value was created by a client request
25 ==8006== at 0x400E27: timecop_doit (try.c:102)
26 ==8006== by 0x402820: main (try-anything.c:306)
27 ==8006==
28 ==8006==
29 ==8006== HEAP SUMMARY:
30 ==8006== in use at exit: 69,888 bytes in 16 blocks
31 ==8006== total heap usage: 22 allocs, 6 frees, 83,832 bytes allocated
32 ==8006==
33 ==8006== LEAK SUMMARY:
34 ==8006== definitely lost: 0 bytes in 0 blocks
35 ==8006== indirectly lost: 0 bytes in 0 blocks
36 ==8006== possibly lost: 69,888 bytes in 16 blocks
37 ==8006== still reachable: 0 bytes in 0 blocks
38 ==8006== suppressed: 0 bytes in 0 blocks
39 ==8006== Rerun with --leak-check=full to see details of leaked memory
40 ==8006==
41 ==8006== For lists of detected and suppressed errors, rerun with: -s
42 ==8006== ERROR SUMMARY: 4 errors from 2 contexts (suppressed: 0 from 0)