Searched refs:crypto_has_acomp (Results 1 – 4 of 4) sorted by relevance
| /linux/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/mm/ |
| H A D | zswap.c | 306 if (!crypto_has_acomp(zswap_compressor, 0, 0) && in __zswap_pool_create_fallback() 315 if (WARN_ON_ONCE(!crypto_has_acomp(zswap_compressor, 0, 0))) { in __zswap_pool_create_fallback() 508 if (!crypto_has_acomp(s, 0, 0)) { in zswap_compressor_param_set()
|
| /linux/kernel/power/ |
| H A D | hibernate.c | 804 if (!crypto_has_acomp(hib_comp_algo, 0, CRYPTO_ALG_ASYNC)) { in hibernate() 1064 if (!crypto_has_acomp(hib_comp_algo, 0, CRYPTO_ALG_ASYNC)) { in software_resume()
|
| /linux/include/crypto/ |
| H A D | acompress.h | 223 static inline int crypto_has_acomp(const char *alg_name, u32 type, u32 mask) in crypto_has_acomp() function
|