Home
last modified time | relevance | path

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

/linux-4.4.14/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.h84 struct crypto_alg *crypto_larval_lookup(const char *name, u32 type, u32 mask);
Dablkcipher.c548 larval = crypto_larval_lookup(alg->cra_driver_name, in crypto_givcipher_default()