Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/amcc/
Dcrypto4xx_core.c557 struct ahash_request *ahash_req; in crypto4xx_ahash_done() local
559 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()
/Linux-v5.10/drivers/crypto/chelsio/
Dchcr_algo.c742 struct ahash_request *ahash_req = in get_qidxs() local
745 ahash_request_ctx(ahash_req); in get_qidxs()