Searched refs:ahash_req (Results 1 – 2 of 2) sorted by relevance
557 struct ahash_request *ahash_req; in crypto4xx_ahash_done() local559 ahash_req = ahash_request_cast(pd_uinfo->async_req); in crypto4xx_ahash_done()560 ctx = crypto_tfm_ctx(ahash_req->base.tfm); in crypto4xx_ahash_done()562 crypto4xx_copy_digest_to_dst(ahash_req->result, pd_uinfo, in crypto4xx_ahash_done()563 crypto_tfm_ctx(ahash_req->base.tfm)); in crypto4xx_ahash_done()567 ahash_request_complete(ahash_req, -EINPROGRESS); in crypto4xx_ahash_done()568 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()