Home
last modified time | relevance | path

Searched refs:crypto_larval_lookup (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/crypto/
Dapi.c207 struct crypto_alg *crypto_larval_lookup(const char *name, u32 type, u32 mask) in crypto_larval_lookup() function
233 EXPORT_SYMBOL_GPL(crypto_larval_lookup);
270 larval = crypto_larval_lookup(name, type, mask); in crypto_alg_mod_lookup()
Dinternal.h85 struct crypto_alg *crypto_larval_lookup(const char *name, u32 type, u32 mask);
Daead.c413 larval = crypto_larval_lookup(alg->cra_driver_name, in crypto_nivaead_default()
Dablkcipher.c548 larval = crypto_larval_lookup(alg->cra_driver_name, in crypto_givcipher_default()