Home
last modified time | relevance | path

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

/linux/drivers/block/zram/
H A Dzcomp.c74 return crypto_has_comp(comp, 0, 0) == 1; in zcomp_available_algorithm()
99 if (!known_algorithm && crypto_has_comp(comp, 0, 0) == 1) in zcomp_available_show()
/linux/net/xfrm/
H A Dxfrm_algo.c672 .find = crypto_has_comp,
831 status = crypto_has_comp(calg_list[i].name, 0, in xfrm_probe_algs()
/linux/include/linux/
H A Dcrypto.h521 static inline int crypto_has_comp(const char *alg_name, u32 type, u32 mask) in crypto_has_comp() function
/linux/kernel/power/
H A Dhibernate.c752 if (crypto_has_comp(hib_comp_algo, 0, 0) != 1) { in hibernate()
1003 if (crypto_has_comp(hib_comp_algo, 0, 0) != 1) { in software_resume()
/linux/drivers/crypto/intel/iaa/
H A Diaa_crypto_main.c2015 if (crypto_has_comp("deflate-generic", 0, 0)) in iaa_crypto_init_module()