Home
last modified time | relevance | path

Searched refs:crypto_type_has_alg (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/crypto/
H A Dkpp.c128 return crypto_type_has_alg(alg_name, &crypto_kpp_type, type, mask); in crypto_has_kpp()
H A Dinternal.h158 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend,
H A Dalgapi.c1042 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend, in crypto_type_has_alg() function
1055 EXPORT_SYMBOL_GPL(crypto_type_has_alg);
H A Dahash.c538 return crypto_type_has_alg(alg_name, &crypto_ahash_type, type, mask); in crypto_has_ahash()
H A Dshash.c581 return crypto_type_has_alg(alg_name, &crypto_shash_type, type, mask); in crypto_has_shash()
H A Dskcipher.c833 return crypto_type_has_alg(alg_name, &crypto_skcipher_type, type, mask); in crypto_has_skcipher()