Home
last modified time | relevance | path

Searched refs:crypto_blake2b_update (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm/crypto/
H A Dblake2b-neon-glue.c45 return crypto_blake2b_update(desc, in, inlen, blake2b_compress_arch); in crypto_blake2b_update_neon()
/linux/include/crypto/internal/
H A Dblake2b.h96 static inline int crypto_blake2b_update(struct shash_desc *desc, in crypto_blake2b_update() function
/linux/crypto/
H A Dblake2b_generic.c128 return crypto_blake2b_update(desc, in, inlen, blake2b_compress_generic); in crypto_blake2b_update_generic()