Home
last modified time | relevance | path

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

/linux-4.19.296/include/crypto/internal/
Dhash.h159 static inline unsigned int ahash_instance_headroom(void) in ahash_instance_headroom() function
167 return crypto_alloc_instance2(name, alg, ahash_instance_headroom()); in ahash_alloc_instance()
/linux-4.19.296/crypto/
Dmcryptd.c505 inst = mcryptd_alloc_instance(alg, ahash_instance_headroom(), in mcryptd_create_hash()
Dcryptd.c886 inst = cryptd_alloc_instance(alg, ahash_instance_headroom(), in cryptd_create_hash()