Searched refs:crypto_type_has_alg (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/crypto/ |
H A D | kpp.c | 128 return crypto_type_has_alg(alg_name, &crypto_kpp_type, type, mask); in crypto_has_kpp()
|
H A D | internal.h | 158 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend,
|
H A D | algapi.c | 1042 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 D | ahash.c | 538 return crypto_type_has_alg(alg_name, &crypto_ahash_type, type, mask); in crypto_has_ahash()
|
H A D | shash.c | 581 return crypto_type_has_alg(alg_name, &crypto_shash_type, type, mask); in crypto_has_shash()
|
H A D | skcipher.c | 833 return crypto_type_has_alg(alg_name, &crypto_skcipher_type, type, mask); in crypto_has_skcipher()
|