Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/marvell/cesa/
Dcesa.h196 #define CESA_SA_SRAM_PAYLOAD_SIZE (cesa_dev->sram_size - \ macro
787 iter->op_len = min(len, CESA_SA_SRAM_PAYLOAD_SIZE); in mv_cesa_req_dma_iter_init()
817 CESA_SA_SRAM_PAYLOAD_SIZE); in mv_cesa_req_dma_iter_next_op()
Dhash.c184 CESA_SA_SRAM_PAYLOAD_SIZE); in mv_cesa_ahash_std_step()
219 if (len + trailerlen > CESA_SA_SRAM_PAYLOAD_SIZE) { in mv_cesa_ahash_std_step()
567 len = min(CESA_SA_SRAM_PAYLOAD_SIZE - frag_len, trailerlen); in mv_cesa_ahash_dma_last_req()
Dcipher.c89 CESA_SA_SRAM_PAYLOAD_SIZE); in mv_cesa_skcipher_std_step()