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

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

Completed in 61 milliseconds