Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/amcc/
Dcrypto4xx_core.c568 struct ahash_request *ahash_req; in crypto4xx_ahash_done() local
570 ahash_req = ahash_request_cast(pd_uinfo->async_req); in crypto4xx_ahash_done()
571 ctx = crypto_tfm_ctx(ahash_req->base.tfm); in crypto4xx_ahash_done()
573 crypto4xx_copy_digest_to_dst(ahash_req->result, pd_uinfo, in crypto4xx_ahash_done()
574 crypto_tfm_ctx(ahash_req->base.tfm)); in crypto4xx_ahash_done()
578 ahash_request_complete(ahash_req, -EINPROGRESS); in crypto4xx_ahash_done()
579 ahash_request_complete(ahash_req, 0); in crypto4xx_ahash_done()