Searched refs:crypto_stats_ahash_final (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/include/linux/ |
D | crypto.h | 526 void crypto_stats_ahash_final(unsigned int nbytes, int ret, struct crypto_alg *alg); 551 static inline void crypto_stats_ahash_final(unsigned int nbytes, int ret, struct crypto_alg *alg) in crypto_stats_ahash_final() function
|
/Linux-v6.1/crypto/ |
D | ahash.c | 349 crypto_stats_ahash_final(nbytes, ret, alg); in crypto_ahash_final() 363 crypto_stats_ahash_final(nbytes, ret, alg); in crypto_ahash_finup() 380 crypto_stats_ahash_final(nbytes, ret, alg); in crypto_ahash_digest()
|
D | algapi.c | 1142 void crypto_stats_ahash_final(unsigned int nbytes, int ret, in crypto_stats_ahash_final() function 1153 EXPORT_SYMBOL_GPL(crypto_stats_ahash_final);
|