Home
last modified time | relevance | path

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

/linux/lib/crypto/
H A Dblake2s.c40 blake2s_compress_generic(struct blake2s_state *state, const u8 *block, in blake2s_compress_generic() function
110 #define blake2s_compress blake2s_compress_generic
/linux/lib/crypto/x86/
H A Dblake2s.h31 blake2s_compress_generic(state, block, nblocks, inc); in blake2s_compress()