Home
last modified time | relevance | path

Searched refs:crypto_has_acomp (Results 1 – 2 of 2) sorted by relevance

/linux/include/crypto/
H A Dacompress.h162 static inline int crypto_has_acomp(const char *alg_name, u32 type, u32 mask) in crypto_has_acomp() function
/linux/mm/
H A Dzswap.c325 has_comp = crypto_has_acomp(zswap_compressor, 0, 0); in __zswap_pool_create_fallback()
332 has_comp = crypto_has_acomp(zswap_compressor, 0, 0); in __zswap_pool_create_fallback()
571 if (!crypto_has_acomp(s, 0, 0)) { in __zswap_param_set()