Home
last modified time | relevance | path

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

/linux-6.6.21/include/crypto/
Dacompress.h180 static inline int crypto_has_acomp(const char *alg_name, u32 type, u32 mask) in crypto_has_acomp() function
/linux-6.6.21/mm/
Dzswap.c788 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()