Output save_alt Download

Operation
crypto_aead
Primitive
stribob192r2
Implementation
bitslice
Compiler options
clang -O1 -g
Host
venus
1 error 0
2 a63dd6ee8dc2ed6f9c6f13f69ce1ed3fe47304a56c58ea876b72d5474f1c0c0f 27774049 366399552 4300000000 crypto_aead/stribob192r2/bitslice
3 ==20736== Memcheck, a memory error detector
4 ==20736== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==20736== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==20736== Command: ./try
7 ==20736==
8 ==20736== Conditional jump or move depends on uninitialised value(s)
9 ==20736== at 0x402E76: sbob_cmp (stribob.c:84)
10 ==20736== by 0x402CF5: crypto_aead_stribob192r2_bitslice_decrypt (encrypt.c:115)
11 ==20736== by 0x400F77: timecop_doit (try.c:107)
12 ==20736== by 0x4027F0: main (try-anything.c:306)
13 ==20736== Uninitialised value was created by a client request
14 ==20736== at 0x400E17: timecop_doit (try.c:102)
15 ==20736== by 0x4027F0: main (try-anything.c:306)
16 ==20736==
17 ==20736== Conditional jump or move depends on uninitialised value(s)
18 ==20736== at 0x402CF8: crypto_aead_stribob192r2_bitslice_decrypt (encrypt.c:115)
19 ==20736== by 0x400F77: timecop_doit (try.c:107)
20 ==20736== by 0x4027F0: main (try-anything.c:306)
21 ==20736== Uninitialised value was created by a client request
22 ==20736== at 0x400E17: timecop_doit (try.c:102)
23 ==20736== by 0x4027F0: main (try-anything.c:306)
24 ==20736==
25 ==20736==
26 ==20736== HEAP SUMMARY:
27 ==20736== in use at exit: 69,888 bytes in 16 blocks
28 ==20736== total heap usage: 22 allocs, 6 frees, 83,832 bytes allocated
29 ==20736==
30 ==20736== LEAK SUMMARY:
31 ==20736== definitely lost: 0 bytes in 0 blocks
32 ==20736== indirectly lost: 0 bytes in 0 blocks
33 ==20736== possibly lost: 69,888 bytes in 16 blocks
34 ==20736== still reachable: 0 bytes in 0 blocks
35 ==20736== suppressed: 0 bytes in 0 blocks
36 ==20736== Rerun with --leak-check=full to see details of leaked memory
37 ==20736==
38 ==20736== For lists of detected and suppressed errors, rerun with: -s
39 ==20736== ERROR SUMMARY: 32 errors from 2 contexts (suppressed: 0 from 0)