Home
last modified time | relevance | path

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

/Linux-v5.4/include/crypto/internal/
Dhash.h160 static inline unsigned int ahash_instance_headroom(void) in ahash_instance_headroom() function
168 return crypto_alloc_instance(name, alg, ahash_instance_headroom()); in ahash_alloc_instance()
/Linux-v5.4/crypto/
Dcryptd.c687 inst = cryptd_alloc_instance(alg, ahash_instance_headroom(), in cryptd_create_hash()