Searched refs:ahashdreq (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/marvell/cesa/ |
H A D | hash.c | 500 struct mv_cesa_ahash_dma_req *ahashdreq = &creq->req.dma; in mv_cesa_ahash_dma_add_cache() local 506 ret = mv_cesa_ahash_dma_alloc_cache(ahashdreq, flags); in mv_cesa_ahash_dma_add_cache() 510 memcpy(ahashdreq->cache, creq->cache, creq->cache_ptr); in mv_cesa_ahash_dma_add_cache() 514 ahashdreq->cache_dma, in mv_cesa_ahash_dma_add_cache() 526 struct mv_cesa_ahash_dma_req *ahashdreq = &creq->req.dma; in mv_cesa_ahash_dma_last_req() local 561 ret = mv_cesa_ahash_dma_alloc_padding(ahashdreq, flags); in mv_cesa_ahash_dma_last_req() 565 trailerlen = mv_cesa_ahash_pad_req(creq, ahashdreq->padding); in mv_cesa_ahash_dma_last_req() 572 ahashdreq->padding_dma, in mv_cesa_ahash_dma_last_req() 591 ahashdreq->padding_dma + in mv_cesa_ahash_dma_last_req()
|
/kernel/linux/linux-6.6/drivers/crypto/marvell/cesa/ |
H A D | hash.c | 524 struct mv_cesa_ahash_dma_req *ahashdreq = &creq->req.dma; in mv_cesa_ahash_dma_add_cache() local 530 ret = mv_cesa_ahash_dma_alloc_cache(ahashdreq, flags); in mv_cesa_ahash_dma_add_cache() 534 memcpy(ahashdreq->cache, creq->cache, creq->cache_ptr); in mv_cesa_ahash_dma_add_cache() 538 ahashdreq->cache_dma, in mv_cesa_ahash_dma_add_cache() 550 struct mv_cesa_ahash_dma_req *ahashdreq = &creq->req.dma; in mv_cesa_ahash_dma_last_req() local 585 ret = mv_cesa_ahash_dma_alloc_padding(ahashdreq, flags); in mv_cesa_ahash_dma_last_req() 589 trailerlen = mv_cesa_ahash_pad_req(creq, ahashdreq->padding); in mv_cesa_ahash_dma_last_req() 596 ahashdreq->padding_dma, in mv_cesa_ahash_dma_last_req() 615 ahashdreq->padding_dma + in mv_cesa_ahash_dma_last_req()
|
Completed in 5 milliseconds