Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dahash.c543 int crypto_has_ahash(const char *alg_name, u32 type, u32 mask) in crypto_has_ahash() function
547 EXPORT_SYMBOL_GPL(crypto_has_ahash);
/Linux-v4.19/include/crypto/
Dhash.h276 int crypto_has_ahash(const char *alg_name, u32 type, u32 mask);
/Linux-v4.19/net/xfrm/
Dxfrm_algo.c787 status = crypto_has_ahash(aalg_list[i].name, 0, 0); in xfrm_probe_algs()
/Linux-v4.19/drivers/net/ppp/
Dppp_mppe.c732 crypto_has_ahash("sha1", 0, CRYPTO_ALG_ASYNC))) in ppp_mppe_init()