Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/internal/
Dhash.h165 static inline unsigned int ahash_instance_headroom(void) in ahash_instance_headroom() function
173 return crypto_alloc_instance2(name, alg, ahash_instance_headroom()); in ahash_alloc_instance()
/linux-4.1.27/crypto/
Dmcryptd.c509 inst = mcryptd_alloc_instance(alg, ahash_instance_headroom(), in mcryptd_create_hash()
Dcryptd.c611 inst = cryptd_alloc_instance(alg, ahash_instance_headroom(), in cryptd_create_hash()