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

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

Completed in 44 milliseconds