Searched refs:crypto_has_comp (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/net/xfrm/ |
D | xfrm_algo.c | 672 .find = crypto_has_comp, 831 status = crypto_has_comp(calg_list[i].name, 0, in xfrm_probe_algs()
|
/linux-6.12.1/include/linux/ |
D | crypto.h | 521 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/ |
D | hibernate.c | 752 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/ |
D | iaa_crypto_main.c | 2015 if (crypto_has_comp("deflate-generic", 0, 0)) in iaa_crypto_init_module()
|