Searched refs:crypto_has_acomp (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/net/xfrm/ |
| H A D | xfrm_algo.c | 672 .find = crypto_has_acomp, 831 status = crypto_has_acomp(calg_list[i].name, 0, 0); in xfrm_probe_algs()
|
| /linux-6.15/kernel/power/ |
| H A D | hibernate.c | 761 if (!crypto_has_acomp(hib_comp_algo, 0, CRYPTO_ALG_ASYNC)) { in hibernate() 1012 if (!crypto_has_acomp(hib_comp_algo, 0, CRYPTO_ALG_ASYNC)) { in software_resume()
|
| /linux-6.15/mm/ |
| H A D | zswap.c | 326 has_comp = crypto_has_acomp(zswap_compressor, 0, 0); in __zswap_pool_create_fallback() 333 has_comp = crypto_has_acomp(zswap_compressor, 0, 0); in __zswap_pool_create_fallback() 570 if (!crypto_has_acomp(s, 0, 0)) { in __zswap_param_set()
|
| /linux-6.15/include/crypto/ |
| H A D | acompress.h | 242 static inline int crypto_has_acomp(const char *alg_name, u32 type, u32 mask) in crypto_has_acomp() function
|