Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
mkl
/
linux-can
/
f6db358deaeafd9830c8bcba8f76f55f8a14b059
/
.
/
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
);