Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/sha/dma/
Dsha.c76 static DRAM_ATTR lldesc_t s_dma_descr_input; variable
299 memset(&s_dma_descr_input, 0, sizeof(lldesc_t)); in esp_sha_dma_process()
304 s_dma_descr_input.length = ilen; in esp_sha_dma_process()
305 s_dma_descr_input.size = ilen; in esp_sha_dma_process()
306 s_dma_descr_input.owner = 1; in esp_sha_dma_process()
307 s_dma_descr_input.eof = 1; in esp_sha_dma_process()
308 s_dma_descr_input.buf = (uint8_t *)input; in esp_sha_dma_process()
309 dma_descr_head = &s_dma_descr_input; in esp_sha_dma_process()
324 s_dma_descr_buf.empty = (uint32_t)(&s_dma_descr_input); in esp_sha_dma_process()