Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
bpf
/
bpf-next
/
f7d72d0b3f438b881dba16c7c00493f16e41a821
/
.
/
lib
/
crypto
/
arm
/
blake2s.h
blob: aa7a97139ea74aadfb6f9d8f342fbfc509ffe0f0 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* defined in blake2s-core.S */
void
blake2s_compress
(
struct
blake2s_state
*
state
,
const
u8
*
block
,
size_t
nblocks
,
u32 inc
);