Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dcrypto.h532 void crypto_stats_decompress(unsigned int slen, int ret, struct crypto_alg *alg);
563 static inline void crypto_stats_decompress(unsigned int slen, int ret, struct crypto_alg *alg) in crypto_stats_decompress() function
/linux-5.19.10/include/crypto/
Dacompress.h292 crypto_stats_decompress(slen, ret, alg); in crypto_acomp_decompress()
/linux-5.19.10/crypto/
Dalgapi.c1190 void crypto_stats_decompress(unsigned int slen, int ret, struct crypto_alg *alg) in crypto_stats_decompress() function
1200 EXPORT_SYMBOL_GPL(crypto_stats_decompress);