Searched refs:ahash_req (Results 1 – 2 of 2) sorted by relevance
556 struct ahash_request *ahash_req; in crypto4xx_ahash_done() local558 ahash_req = ahash_request_cast(pd_uinfo->async_req); in crypto4xx_ahash_done()559 ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(ahash_req)); in crypto4xx_ahash_done()561 crypto4xx_copy_digest_to_dst(ahash_req->result, pd_uinfo, ctx); in crypto4xx_ahash_done()565 ahash_request_complete(ahash_req, -EINPROGRESS); in crypto4xx_ahash_done()566 ahash_request_complete(ahash_req, 0); in crypto4xx_ahash_done()
742 struct ahash_request *ahash_req = in get_qidxs() local745 ahash_request_ctx(ahash_req); in get_qidxs()