Home
last modified time | relevance | path

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

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