Home
last modified time | relevance | path

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

/linux/crypto/
H A Dahash.c379 if (ahash_req_on_stack(req) && ahash_is_async(tfm)) in crypto_ahash_init()
458 if (ahash_req_on_stack(req) && ahash_is_async(tfm)) in crypto_ahash_update()
538 if (ahash_req_on_stack(req) && ahash_is_async(tfm)) in crypto_ahash_finup()
576 if (ahash_req_on_stack(req) && ahash_is_async(tfm)) in crypto_ahash_digest()
1062 if (!ahash_req_on_stack(req)) { in ahash_request_free()
/linux/include/crypto/
H A Dhash.h298 static inline bool ahash_req_on_stack(struct ahash_request *req) in ahash_req_on_stack() function