Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dcrypto.h527 void crypto_stats_akcipher_encrypt(unsigned int src_len, int ret, struct crypto_alg *alg);
553 static inline void crypto_stats_akcipher_encrypt(unsigned int src_len, int ret, struct crypto_alg *… in crypto_stats_akcipher_encrypt() function
/linux-5.19.10/include/crypto/
Dakcipher.h297 crypto_stats_akcipher_encrypt(src_len, ret, calg); in crypto_akcipher_encrypt()
/linux-5.19.10/crypto/
Dalgapi.c1132 void crypto_stats_akcipher_encrypt(unsigned int src_len, int ret, in crypto_stats_akcipher_encrypt() function
1143 EXPORT_SYMBOL_GPL(crypto_stats_akcipher_encrypt);