Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds