Searched refs:crypto_alg_mod_lookup (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/crypto/ |
H A D | api.c | 315 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask) in crypto_alg_mod_lookup() function 346 EXPORT_SYMBOL_GPL(crypto_alg_mod_lookup); 458 alg = crypto_alg_mod_lookup(alg_name, type, mask); in crypto_alloc_base() 580 return crypto_alg_mod_lookup(alg_name, type, mask); in crypto_find_alg() 673 struct crypto_alg *alg = crypto_alg_mod_lookup(name, type, mask); in crypto_has_alg()
|
H A D | internal.h | 110 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask);
|
H A D | essiv.c | 420 alg = crypto_alg_mod_lookup(essiv_cipher_name, in essiv_supported_algorithms() 532 _hash_alg = crypto_alg_mod_lookup(shash_name, in essiv_create()
|
H A D | crypto_user_base.c | 366 alg = crypto_alg_mod_lookup(name, p->cru_type, p->cru_mask); in crypto_add_alg()
|