Sign in
linux
/
linux
/
kernel
/
git
/
bpf
/
bpf-next
/
refs/heads/master
/
.
/
lib
/
crypto
/
arm
/
blake2s.h
blob: 42c04440c1913331dbadbb19777545a4f3f2b0ce [
file
] [
log
] [
blame
] [
edit
]
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* defined in blake2s-core.S */
void
blake2s_compress
(
struct
blake2s_ctx
*
ctx
,
const
u8
*
data
,
size_t
nblocks
,
u32 inc
);