Home
last modified time | relevance | path

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

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