Home
last modified time | relevance | path

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

/drivers/crypto/marvell/
Dhash.c301 struct ahash_request *ahashreq = ahash_request_cast(req); in mv_cesa_ahash_step() local
302 struct mv_cesa_ahash_req *creq = ahash_request_ctx(ahashreq); in mv_cesa_ahash_step()
305 mv_cesa_ahash_dma_step(ahashreq); in mv_cesa_ahash_step()
307 mv_cesa_ahash_std_step(ahashreq); in mv_cesa_ahash_step()
312 struct ahash_request *ahashreq = ahash_request_cast(req); in mv_cesa_ahash_process() local
313 struct mv_cesa_ahash_req *creq = ahash_request_ctx(ahashreq); in mv_cesa_ahash_process()
318 return mv_cesa_ahash_std_process(ahashreq, status); in mv_cesa_ahash_process()
323 struct ahash_request *ahashreq = ahash_request_cast(req); in mv_cesa_ahash_complete() local
324 struct mv_cesa_ahash_req *creq = ahash_request_ctx(ahashreq); in mv_cesa_ahash_complete()
329 digsize = crypto_ahash_digestsize(crypto_ahash_reqtfm(ahashreq)); in mv_cesa_ahash_complete()
[all …]