Searched refs:crypto_blake2b_update (Results 1 – 3 of 3) sorted by relevance
45 return crypto_blake2b_update(desc, in, inlen, blake2b_compress_arch); in crypto_blake2b_update_neon()
96 static inline int crypto_blake2b_update(struct shash_desc *desc, in crypto_blake2b_update() function
128 return crypto_blake2b_update(desc, in, inlen, blake2b_compress_generic); in crypto_blake2b_update_generic()