Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/marvell/
Dhash.c320 struct ahash_request *ahashreq = ahash_request_cast(req); in mv_cesa_ahash_step() local
321 struct mv_cesa_ahash_req *creq = ahash_request_ctx(ahashreq); in mv_cesa_ahash_step()
326 mv_cesa_ahash_std_step(ahashreq); in mv_cesa_ahash_step()
331 struct ahash_request *ahashreq = ahash_request_cast(req); in mv_cesa_ahash_process() local
332 struct mv_cesa_ahash_req *creq = ahash_request_ctx(ahashreq); in mv_cesa_ahash_process()
340 ret = mv_cesa_ahash_std_process(ahashreq, status); in mv_cesa_ahash_process()
345 digsize = crypto_ahash_digestsize(crypto_ahash_reqtfm(ahashreq)); in mv_cesa_ahash_process()
350 sg_pcopy_to_buffer(ahashreq->src, creq->src_nents, in mv_cesa_ahash_process()
353 ahashreq->nbytes - creq->cache_ptr); in mv_cesa_ahash_process()
361 __le32 *result = (void *)ahashreq->result; in mv_cesa_ahash_process()
[all …]