Home
last modified time | relevance | path

Searched refs:CESA_SA_SRAM_PAYLOAD_SIZE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/marvell/cesa/
H A 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()
H A 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()
H A Dcipher.c89 CESA_SA_SRAM_PAYLOAD_SIZE); in mv_cesa_skcipher_std_step()
/kernel/linux/linux-6.6/drivers/crypto/marvell/cesa/
H A Dcesa.h196 #define CESA_SA_SRAM_PAYLOAD_SIZE (cesa_dev->sram_size - \ macro
791 iter->op_len = min(len, CESA_SA_SRAM_PAYLOAD_SIZE); in mv_cesa_req_dma_iter_init()
821 CESA_SA_SRAM_PAYLOAD_SIZE); in mv_cesa_req_dma_iter_next_op()
H A Dhash.c195 CESA_SA_SRAM_PAYLOAD_SIZE); in mv_cesa_ahash_std_step()
228 if (len + trailerlen > CESA_SA_SRAM_PAYLOAD_SIZE) { in mv_cesa_ahash_std_step()
591 len = min(CESA_SA_SRAM_PAYLOAD_SIZE - frag_len, trailerlen); in mv_cesa_ahash_dma_last_req()
H A Dcipher.c89 CESA_SA_SRAM_PAYLOAD_SIZE); in mv_cesa_skcipher_std_step()

Completed in 10 milliseconds