Searched refs:crypto_has_acomp (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/include/crypto/ |
H A D | acompress.h | 176 static inline int crypto_has_acomp(const char *alg_name, u32 type, u32 mask) in crypto_has_acomp() function
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | acompress.h | 180 static inline int crypto_has_acomp(const char *alg_name, u32 type, u32 mask) in crypto_has_acomp() function
|
/kernel/linux/linux-6.6/mm/ |
H A D | zswap.c | 788 has_comp = crypto_has_acomp(zswap_compressor, 0, 0); in __zswap_pool_create_fallback() 795 has_comp = crypto_has_acomp(zswap_compressor, 0, 0); in __zswap_pool_create_fallback() 933 if (!crypto_has_acomp(s, 0, 0)) { in __zswap_param_set() 984 * param is ok in the zpool_has_pool() or crypto_has_acomp() in __zswap_param_set()
|
Completed in 4 milliseconds