Home
last modified time | relevance | path

Searched refs:blake2s_compress_generic (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/lib/crypto/
H A Dblake2s-generic.c41 __weak __alias(blake2s_compress_generic);
43 void blake2s_compress_generic(struct blake2s_state *state, const u8 *block, in blake2s_compress_generic() function
110 EXPORT_SYMBOL(blake2s_compress_generic);
H A Dblake2s-selftest.c616 blake2s_compress_generic(&state2, blocks, 2, BLAKE2S_BLOCK_SIZE); in blake2s_random_test()
/openbmc/linux/include/crypto/internal/
H A Dblake2s.h13 void blake2s_compress_generic(struct blake2s_state *state, const u8 *block,
/openbmc/linux/arch/x86/crypto/
H A Dblake2s-glue.c35 blake2s_compress_generic(state, block, nblocks, inc); in blake2s_compress()