Home
last modified time | relevance | path

Searched refs:crypto_has_ahash (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/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); variable
/kernel/linux/linux-6.6/crypto/
H A Dahash.c536 int crypto_has_ahash(const char *alg_name, u32 type, u32 mask) in crypto_has_ahash() function
540 EXPORT_SYMBOL_GPL(crypto_has_ahash); variable
/kernel/linux/linux-5.10/drivers/net/ppp/
H A Dppp_mppe.c663 if (fips_enabled || !crypto_has_ahash("sha1", 0, CRYPTO_ALG_ASYNC)) in ppp_mppe_init()
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_algo.c783 status = crypto_has_ahash(aalg_list[i].name, 0, 0); in xfrm_probe_algs()
/kernel/linux/linux-5.10/include/crypto/
H A Dhash.h293 * crypto_has_ahash() - Search for the availability of an ahash.
302 int crypto_has_ahash(const char *alg_name, u32 type, u32 mask);
/kernel/linux/linux-6.6/include/crypto/
H A Dhash.h324 * crypto_has_ahash() - Search for the availability of an ahash.
333 int crypto_has_ahash(const char *alg_name, u32 type, u32 mask);
/kernel/linux/linux-6.6/drivers/net/ppp/
H A Dppp_mppe.c663 if (fips_enabled || !crypto_has_ahash("sha1", 0, CRYPTO_ALG_ASYNC)) in ppp_mppe_init()
/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_algo.c824 status = crypto_has_ahash(aalg_list[i].name, 0, 0); in xfrm_probe_algs()

Completed in 8 milliseconds