Searched refs:crypto_type_has_alg (Results 1 - 7 of 7) sorted by relevance

/linux-master/crypto/
H A Dkpp.c128 return crypto_type_has_alg(alg_name, &crypto_kpp_type, type, mask);
H A Dinternal.h158 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend,
H A Daead.c274 return crypto_type_has_alg(alg_name, &crypto_aead_type, type, mask);
H A Dshash.c311 return crypto_type_has_alg(alg_name, &crypto_shash_type, type, mask);
H A Dalgapi.c1042 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend, function
1055 EXPORT_SYMBOL_GPL(crypto_type_has_alg); variable
H A Dahash.c617 return crypto_type_has_alg(alg_name, &crypto_ahash_type, type, mask);
H A Dskcipher.c932 return crypto_type_has_alg(alg_name, &crypto_skcipher_type, type, mask);

Completed in 147 milliseconds