Searched refs:crypto_stats_ahash_final (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A 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()
|
H A D | algapi.c | 1204 void crypto_stats_ahash_final(unsigned int nbytes, int ret, in crypto_stats_ahash_final() function 1215 EXPORT_SYMBOL_GPL(crypto_stats_ahash_final); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | crypto.h | 517 void crypto_stats_ahash_final(unsigned int nbytes, int ret, struct crypto_alg *alg); 542 static inline void crypto_stats_ahash_final(unsigned int nbytes, int ret, struct crypto_alg *alg) in crypto_stats_ahash_final() function
|
Completed in 5 milliseconds