Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/internal/
Dhash.h173 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/
Dalgapi.c839 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/
Dalgapi.h186 void *crypto_alloc_instance2(const char *name, struct crypto_alg *alg,