Sign in
linux
/
linux
/
kernel
/
git
/
klassert
/
ipsec
/
c8a49a2f9117f4a7c574cbb709dc92a2b602ec00
/
.
/
lib
/
crypto
/
arm
/
blake2s.h
blob: 42c04440c1913331dbadbb19777545a4f3f2b0ce [
file
]
/* 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
);