Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/marvell/
Dhash.c305 struct ahash_request *ahashreq = ahash_request_cast(req); in mv_cesa_ahash_step() local
306 struct mv_cesa_ahash_req *creq = ahash_request_ctx(ahashreq); in mv_cesa_ahash_step()
309 mv_cesa_ahash_dma_step(ahashreq); in mv_cesa_ahash_step()
311 mv_cesa_ahash_std_step(ahashreq); in mv_cesa_ahash_step()
316 struct ahash_request *ahashreq = ahash_request_cast(req); in mv_cesa_ahash_process() local
317 struct mv_cesa_ahash_req *creq = ahash_request_ctx(ahashreq); in mv_cesa_ahash_process()
322 return mv_cesa_ahash_std_process(ahashreq, status); in mv_cesa_ahash_process()
327 struct ahash_request *ahashreq = ahash_request_cast(req); in mv_cesa_ahash_complete() local
328 struct mv_cesa_ahash_req *creq = ahash_request_ctx(ahashreq); in mv_cesa_ahash_complete()
333 digsize = crypto_ahash_digestsize(crypto_ahash_reqtfm(ahashreq)); in mv_cesa_ahash_complete()
[all …]