Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/crypto/
Dapi-skcipher.rst17 …:functions: crypto_alloc_skcipher crypto_free_skcipher crypto_has_skcipher crypto_skcipher_ivsize …
/Linux-v5.4/include/crypto/
Dskcipher.h227 static inline int crypto_has_skcipher(const char *alg_name, u32 type, in crypto_has_skcipher() function
/Linux-v5.4/net/xfrm/
Dxfrm_algo.c789 status = crypto_has_skcipher(ealg_list[i].name, 0, 0); in xfrm_probe_algs()