Searched refs:CC_SRAM_MAX_SIZE (Results 1 – 3 of 3) sorted by relevance
35 #define CC_SRAM_MAX_SIZE 0x1000 macro
307 if (((aesCtx->inputDataAddrType == SRAM_ADDR) && (blockSize >= CC_SRAM_MAX_SIZE)) || in finalizeCmac()428 if (((aesCtx->inputDataAddrType == SRAM_ADDR) && (blockSize >= CC_SRAM_MAX_SIZE)) || in ProcessAesDrv()
163 if (((chachaCtx->inputDataAddrType == SRAM_ADDR) && (inDataSize >= CC_SRAM_MAX_SIZE)) || in ProcessChacha()