Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/zram/
H A Dzcomp.c73 return crypto_has_comp(comp, 0, 0) == 1; in zcomp_available_algorithm()
98 if (!known_algorithm && crypto_has_comp(comp, 0, 0) == 1) in zcomp_available_show()
/openbmc/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
/openbmc/linux/net/xfrm/
H A Dxfrm_algo.c836 status = crypto_has_comp(calg_list[i].name, 0, in xfrm_probe_algs()