Home
last modified time | relevance | path

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

/Linux-v5.15/crypto/
Dblake2s_generic.c18 return crypto_blake2s_update(desc, in, inlen, blake2s_compress_generic); in crypto_blake2s_update_generic()
/Linux-v5.15/arch/arm/crypto/
Dblake2s-glue.c19 return crypto_blake2s_update(desc, in, inlen, blake2s_compress_arch); in crypto_blake2s_update_arm()
/Linux-v5.15/arch/x86/crypto/
Dblake2s-glue.c64 return crypto_blake2s_update(desc, in, inlen, blake2s_compress_arch); in crypto_blake2s_update_x86()
/Linux-v5.15/include/crypto/internal/
Dblake2s.h100 static inline int crypto_blake2s_update(struct shash_desc *desc, in crypto_blake2s_update() function