Searched refs:crypto_has_ahash (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | ahash.c | 562 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 D | ahash.c | 536 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 D | ppp_mppe.c | 663 if (fips_enabled || !crypto_has_ahash("sha1", 0, CRYPTO_ALG_ASYNC)) in ppp_mppe_init()
|
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_algo.c | 783 status = crypto_has_ahash(aalg_list[i].name, 0, 0); in xfrm_probe_algs()
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | hash.h | 293 * 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 D | hash.h | 324 * 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 D | ppp_mppe.c | 663 if (fips_enabled || !crypto_has_ahash("sha1", 0, CRYPTO_ALG_ASYNC)) in ppp_mppe_init()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_algo.c | 824 status = crypto_has_ahash(aalg_list[i].name, 0, 0); in xfrm_probe_algs()
|
Completed in 8 milliseconds