Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/marvell/cesa/
H A Dhash.c308 struct ahash_request *ahashreq = ahash_request_cast(req); in mv_cesa_ahash_step() local
309 struct mv_cesa_ahash_req *creq = ahash_request_ctx(ahashreq); in mv_cesa_ahash_step()
312 mv_cesa_ahash_dma_step(ahashreq); in mv_cesa_ahash_step()
314 mv_cesa_ahash_std_step(ahashreq); in mv_cesa_ahash_step()
319 struct ahash_request *ahashreq = ahash_request_cast(req); in mv_cesa_ahash_process() local
320 struct mv_cesa_ahash_req *creq = ahash_request_ctx(ahashreq); in mv_cesa_ahash_process()
325 return mv_cesa_ahash_std_process(ahashreq, status); in mv_cesa_ahash_process()
330 struct ahash_request *ahashreq = ahash_request_cast(req); in mv_cesa_ahash_complete() local
331 struct mv_cesa_ahash_req *creq = ahash_request_ctx(ahashreq); in mv_cesa_ahash_complete()
336 digsize = crypto_ahash_digestsize(crypto_ahash_reqtfm(ahashreq)); in mv_cesa_ahash_complete()
[all …]