Home
last modified time | relevance | path

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

/linux-6.12.1/net/xfrm/
Dxfrm_algo.c672 .find = crypto_has_comp,
831 status = crypto_has_comp(calg_list[i].name, 0, in xfrm_probe_algs()
/linux-6.12.1/include/linux/
Dcrypto.h521 static inline int crypto_has_comp(const char *alg_name, u32 type, u32 mask) in crypto_has_comp() function
/linux-6.12.1/kernel/power/
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-6.12.1/drivers/crypto/intel/iaa/
Diaa_crypto_main.c2015 if (crypto_has_comp("deflate-generic", 0, 0)) in iaa_crypto_init_module()