Searched refs:ahash_req_on_stack (Results 1 – 2 of 2) sorted by relevance
379 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()
298 static inline bool ahash_req_on_stack(struct ahash_request *req) in ahash_req_on_stack() function