Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/aes/dma/
Desp_aes.c89 #define DCACHE_LINE_SIZE 16 macro
91 #define DCACHE_LINE_SIZE 32 macro
93 #define DCACHE_LINE_SIZE 64 macro
368 …if ((((intptr_t)(output) & (DCACHE_LINE_SIZE - 1)) != 0) || (block_bytes % DCACHE_LINE_SIZE != 0))… in esp_aes_process_dma()