Home
last modified time | relevance | path

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

/drivers/crypto/marvell/
Dcesa.h196 #define CESA_SA_SRAM_PAYLOAD_SIZE (cesa_dev->sram_size - \ macro
732 iter->op_len = min(len, CESA_SA_SRAM_PAYLOAD_SIZE); in mv_cesa_req_dma_iter_init()
762 CESA_SA_SRAM_PAYLOAD_SIZE); in mv_cesa_req_dma_iter_next_op()
Dhash.c216 CESA_SA_SRAM_PAYLOAD_SIZE); in mv_cesa_ahash_std_step()
251 if (len + trailerlen > CESA_SA_SRAM_PAYLOAD_SIZE) { in mv_cesa_ahash_std_step()
561 len = min(CESA_SA_SRAM_PAYLOAD_SIZE - frag_len, trailerlen); in mv_cesa_ahash_dma_last_req()
Dcipher.c90 CESA_SA_SRAM_PAYLOAD_SIZE); in mv_cesa_ablkcipher_std_step()