Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/amcc/
Dcrypto4xx_core.c560 struct ahash_request *ahash_req; in crypto4xx_ahash_done() local
562 ahash_req = ahash_request_cast(pd_uinfo->async_req); in crypto4xx_ahash_done()
563 ctx = crypto_tfm_ctx(ahash_req->base.tfm); in crypto4xx_ahash_done()
565 crypto4xx_copy_digest_to_dst(ahash_req->result, pd_uinfo, in crypto4xx_ahash_done()
566 crypto_tfm_ctx(ahash_req->base.tfm)); in crypto4xx_ahash_done()
570 ahash_request_complete(ahash_req, -EINPROGRESS); in crypto4xx_ahash_done()
571 ahash_request_complete(ahash_req, 0); in crypto4xx_ahash_done()