Home
last modified time | relevance | path

Searched refs:crypto_has_comp (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/xfrm/
Dxfrm_algo.c798 status = crypto_has_comp(calg_list[i].name, 0, in xfrm_probe_algs()
/linux-4.4.14/mm/
Dzswap.c620 if (!crypto_has_comp(zswap_compressor, 0, 0)) { in __zswap_pool_create_fallback()
722 if (!crypto_has_comp(s, 0, 0)) { in __zswap_param_set()
/linux-4.4.14/include/linux/
Dcrypto.h1839 static inline int crypto_has_comp(const char *alg_name, u32 type, u32 mask) in crypto_has_comp() function