Searched refs:crypto_stats_ahash_final (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/crypto/ |
D | ahash.c | 380 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()
|
D | algapi.c | 1188 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/ |
D | crypto.h | 602 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
|