Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dapi.c110 struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask) in crypto_larval_alloc() function
128 EXPORT_SYMBOL_GPL(crypto_larval_alloc);
136 larval = crypto_larval_alloc(name, type, mask); in crypto_larval_add()
Dinternal.h75 struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask);
Dalgapi.c238 larval = crypto_larval_alloc(alg->cra_name, in __crypto_register_alg()