Searched refs:crypto_alg_mod_lookup (Results 1 - 4 of 4) sorted by relevance

/linux-master/crypto/
H A Dapi.c315 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask) function
346 EXPORT_SYMBOL_GPL(crypto_alg_mod_lookup); variable
458 alg = crypto_alg_mod_lookup(alg_name, type, mask);
580 return crypto_alg_mod_lookup(alg_name, type, mask);
673 struct crypto_alg *alg = crypto_alg_mod_lookup(name, type, mask);
H A Dinternal.h110 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask);
H A Dessiv.c420 alg = crypto_alg_mod_lookup(essiv_cipher_name,
533 _hash_alg = crypto_alg_mod_lookup(shash_name,
H A Dcrypto_user_base.c366 alg = crypto_alg_mod_lookup(name, p->cru_type, p->cru_mask);

Completed in 100 milliseconds