Home
last modified time | relevance | path

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

/linux/net/xfrm/
H A Dxfrm_algo.c660 .find = crypto_has_ahash,
819 status = crypto_has_ahash(aalg_list[i].name, 0, 0); in xfrm_probe_algs()
/linux/crypto/
H A Dahash.c562 int crypto_has_ahash(const char *alg_name, u32 type, u32 mask) in crypto_has_ahash() function
566 EXPORT_SYMBOL_GPL(crypto_has_ahash);
/linux/include/crypto/
H A Dhash.h298 int crypto_has_ahash(const char *alg_name, u32 type, u32 mask);
/linux/drivers/net/ppp/
H A Dppp_mppe.c663 if (fips_enabled || !crypto_has_ahash("sha1", 0, CRYPTO_ALG_ASYNC)) in ppp_mppe_init()