Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/crypto/amcc/
Dcrypto4xx_core.c651 struct ahash_request *ahash_req; in crypto4xx_ahash_done() local
653 ahash_req = ahash_request_cast(pd_uinfo->async_req); in crypto4xx_ahash_done()
654 ctx = crypto_tfm_ctx(ahash_req->base.tfm); in crypto4xx_ahash_done()
657 crypto_tfm_ctx(ahash_req->base.tfm)); in crypto4xx_ahash_done()
660 if (ahash_req->base.complete != NULL) in crypto4xx_ahash_done()
661 ahash_req->base.complete(&ahash_req->base, 0); in crypto4xx_ahash_done()