Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/amcc/
Dcrypto4xx_core.c657 struct ahash_request *ahash_req; in crypto4xx_ahash_done() local
659 ahash_req = ahash_request_cast(pd_uinfo->async_req); in crypto4xx_ahash_done()
660 ctx = crypto_tfm_ctx(ahash_req->base.tfm); in crypto4xx_ahash_done()
663 crypto_tfm_ctx(ahash_req->base.tfm)); in crypto4xx_ahash_done()
666 if (ahash_req->base.complete != NULL) in crypto4xx_ahash_done()
667 ahash_req->base.complete(&ahash_req->base, 0); in crypto4xx_ahash_done()