Searched refs:crypto_stats_ahash_final (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A 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-6.3-rc2/crypto/ |
A D | ahash.c | 315 crypto_stats_ahash_final(nbytes, ret, alg); in crypto_ahash_final() 329 crypto_stats_ahash_final(nbytes, ret, alg); in crypto_ahash_finup() 346 crypto_stats_ahash_final(nbytes, ret, alg); in crypto_ahash_digest()
|
A D | algapi.c | 1161 void crypto_stats_ahash_final(unsigned int nbytes, int ret, in crypto_stats_ahash_final() function 1172 EXPORT_SYMBOL_GPL(crypto_stats_ahash_final);
|
Completed in 8 milliseconds