Home
last modified time | relevance | path

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

/linux-3.3/include/crypto/internal/
Dhash.h149 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/
Dalgapi.c763 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/
Dalgapi.h170 void *crypto_alloc_instance2(const char *name, struct crypto_alg *alg,