xref: /linux/lib/crypto/arm/blake2s.h (revision 5525aebd4e0c6f7d92ec1cb074218bbcf3d46f13)
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 /* defined in blake2s-core.S */
4 void blake2s_compress(struct blake2s_ctx *ctx,
5 		      const u8 *data, size_t nblocks, u32 inc);
6