Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dcrypto.h523 void crypto_stats_decompress(unsigned int slen, int ret, struct crypto_alg *alg);
554 static inline void crypto_stats_decompress(unsigned int slen, int ret, struct crypto_alg *alg) in crypto_stats_decompress() function
/OK3568_Linux_fs/kernel/include/crypto/
H A Dacompress.h292 crypto_stats_decompress(slen, ret, alg); in crypto_acomp_decompress()
/OK3568_Linux_fs/kernel/crypto/
H A Dalgapi.c1166 void crypto_stats_decompress(unsigned int slen, int ret, struct crypto_alg *alg) in crypto_stats_decompress() function
1176 EXPORT_SYMBOL_GPL(crypto_stats_decompress);