Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dcrypto.h529 void crypto_stats_skcipher_encrypt(unsigned int cryptlen, int ret, struct crypto_alg *alg);
566 static inline void crypto_stats_skcipher_encrypt(unsigned int cryptlen, int ret, struct crypto_alg … in crypto_stats_skcipher_encrypt() function
/OK3568_Linux_fs/kernel/crypto/
H A Dalgapi.c1255 void crypto_stats_skcipher_encrypt(unsigned int cryptlen, int ret, in crypto_stats_skcipher_encrypt() function
1266 EXPORT_SYMBOL_GPL(crypto_stats_skcipher_encrypt);
H A Dskcipher.c637 crypto_stats_skcipher_encrypt(cryptlen, ret, alg); in crypto_skcipher_encrypt()