Searched refs:crypto_alloc_instance2 (Results 1 – 3 of 3) sorted by relevance
/linux-3.3/include/crypto/internal/ |
D | hash.h | 149 return crypto_alloc_instance2(name, alg, ahash_instance_headroom()); in ahash_alloc_instance() 202 return crypto_alloc_instance2(name, alg, in shash_alloc_instance()
|
/linux-3.3/crypto/ |
D | algapi.c | 763 void *crypto_alloc_instance2(const char *name, struct crypto_alg *alg, in crypto_alloc_instance2() function 792 EXPORT_SYMBOL_GPL(crypto_alloc_instance2); 801 inst = crypto_alloc_instance2(name, alg, 0); in crypto_alloc_instance()
|
/linux-3.3/include/crypto/ |
D | algapi.h | 170 void *crypto_alloc_instance2(const char *name, struct crypto_alg *alg,
|