Searched refs:crypto_alloc_instance2 (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/crypto/internal/ |
D | hash.h | 173 return crypto_alloc_instance2(name, alg, ahash_instance_headroom()); in ahash_alloc_instance() 236 return crypto_alloc_instance2(name, alg, in shash_alloc_instance()
|
/Linux-v4.19/crypto/ |
D | algapi.c | 839 void *crypto_alloc_instance2(const char *name, struct crypto_alg *alg, in crypto_alloc_instance2() function 863 EXPORT_SYMBOL_GPL(crypto_alloc_instance2); 872 inst = crypto_alloc_instance2(name, alg, 0); in crypto_alloc_instance()
|
/Linux-v4.19/include/crypto/ |
D | algapi.h | 186 void *crypto_alloc_instance2(const char *name, struct crypto_alg *alg,
|