Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dcrypto.h524 void crypto_stats_aead_decrypt(unsigned int cryptlen, struct crypto_alg *alg, int ret);
547 static inline void crypto_stats_aead_decrypt(unsigned int cryptlen, struct crypto_alg *alg, int ret) in crypto_stats_aead_decrypt() function
/linux-5.19.10/crypto/
Daead.c114 crypto_stats_aead_decrypt(cryptlen, alg, ret); in crypto_aead_decrypt()
Dalgapi.c1119 void crypto_stats_aead_decrypt(unsigned int cryptlen, struct crypto_alg *alg, in crypto_stats_aead_decrypt() function
1130 EXPORT_SYMBOL_GPL(crypto_stats_aead_decrypt);