Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/crypto/
Dapi-skcipher.rst17 …:functions: crypto_alloc_skcipher crypto_free_skcipher crypto_has_skcipher crypto_skcipher_ivsize …
/Linux-v4.19/include/crypto/
Dskcipher.h225 static inline int crypto_has_skcipher(const char *alg_name, u32 type, in crypto_has_skcipher() function
/Linux-v4.19/net/xfrm/
Dxfrm_algo.c793 status = crypto_has_skcipher(ealg_list[i].name, 0, 0); in xfrm_probe_algs()
/Linux-v4.19/drivers/net/ppp/
Dppp_mppe.c731 if (!(crypto_has_skcipher("ecb(arc4)", 0, CRYPTO_ALG_ASYNC) && in ppp_mppe_init()