Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dcrypto.h530 void crypto_stats_skcipher_decrypt(unsigned int cryptlen, int ret, struct crypto_alg *alg);
568 static inline void crypto_stats_skcipher_decrypt(unsigned int cryptlen, int ret, struct crypto_alg … in crypto_stats_skcipher_decrypt() function
/OK3568_Linux_fs/kernel/crypto/
H A Dalgapi.c1268 void crypto_stats_skcipher_decrypt(unsigned int cryptlen, int ret, in crypto_stats_skcipher_decrypt() function
1279 EXPORT_SYMBOL_GPL(crypto_stats_skcipher_decrypt);
H A Dskcipher.c654 crypto_stats_skcipher_decrypt(cryptlen, ret, alg); in crypto_skcipher_decrypt()