Sign in
zircon-guest
/
third_party
/
linux
/
refs/heads/linux-6.19.y
/
.
/
tools
/
perf
/
util
/
sha1.h
blob: e92c9966e1d50c6b46e07b7b31740531c6f936fc [
file
] [
edit
]
/* SPDX-License-Identifier: GPL-2.0-only */
#include
<linux/types.h>
#define
SHA1_DIGEST_SIZE
20
void
sha1
(
const
void
*
data
,
size_t
len
,
u8
out
[
SHA1_DIGEST_SIZE
]);