Home
last modified time | relevance | path

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

/linux-3.3/crypto/
Dcryptd.c279 static void *cryptd_alloc_instance(struct crypto_alg *alg, unsigned int head, in cryptd_alloc_instance() function
326 inst = cryptd_alloc_instance(alg, 0, sizeof(*ctx)); in cryptd_create_blkcipher()
582 inst = cryptd_alloc_instance(alg, ahash_instance_headroom(), in cryptd_create_hash()
724 inst = cryptd_alloc_instance(alg, 0, sizeof(*ctx)); in cryptd_create_aead()