Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/marvell/cesa/
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()
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()
Dcipher.c89 CESA_SA_SRAM_PAYLOAD_SIZE); in mv_cesa_skcipher_std_step()