Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dahash.c380 crypto_stats_ahash_final(nbytes, ret, alg); in crypto_ahash_final()
394 crypto_stats_ahash_final(nbytes, ret, alg); in crypto_ahash_finup()
411 crypto_stats_ahash_final(nbytes, ret, alg); in crypto_ahash_digest()
Dalgapi.c1188 void crypto_stats_ahash_final(unsigned int nbytes, int ret, in crypto_stats_ahash_final() function
1199 EXPORT_SYMBOL_GPL(crypto_stats_ahash_final);
/Linux-v5.4/include/linux/
Dcrypto.h602 void crypto_stats_ahash_final(unsigned int nbytes, int ret, struct crypto_alg *alg);
631 static inline void crypto_stats_ahash_final(unsigned int nbytes, int ret, struct crypto_alg *alg) in crypto_stats_ahash_final() function