Home
last modified time | relevance | path

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

/linux/crypto/
H A Dbpf_crypto_skcipher.c20 return crypto_has_skcipher(algo, CRYPTO_ALG_TYPE_LSKCIPHER, CRYPTO_ALG_TYPE_MASK); in bpf_crypto_lskcipher_has_algo()
H A Dskcipher.c864 int crypto_has_skcipher(const char *alg_name, u32 type, u32 mask) in crypto_has_skcipher() function
868 EXPORT_SYMBOL_GPL(crypto_has_skcipher);
/linux/Documentation/crypto/
H A Dapi-skcipher.rst17 …:functions: crypto_alloc_skcipher crypto_free_skcipher crypto_has_skcipher crypto_skcipher_ivsize …
/linux/net/xfrm/
H A Dxfrm_algo.c666 .find = crypto_has_skcipher,
825 status = crypto_has_skcipher(ealg_list[i].name, 0, 0); in xfrm_probe_algs()
/linux/include/crypto/
H A Dskcipher.h351 int crypto_has_skcipher(const char *alg_name, u32 type, u32 mask);