Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/mbedtls/port/sha/dma/
Dsha.c77 static DRAM_ATTR lldesc_t s_dma_descr_buf; variable
291 memset(&s_dma_descr_buf, 0, sizeof(lldesc_t)); in esp_sha_dma_process()
304 s_dma_descr_buf.length = buf_len; in esp_sha_dma_process()
305 s_dma_descr_buf.size = buf_len; in esp_sha_dma_process()
306 s_dma_descr_buf.owner = 1; in esp_sha_dma_process()
307 s_dma_descr_buf.eof = 1; in esp_sha_dma_process()
308 s_dma_descr_buf.buf = (uint8_t *)buf; in esp_sha_dma_process()
309 dma_descr_head = &s_dma_descr_buf; in esp_sha_dma_process()
314 s_dma_descr_buf.eof = 0; in esp_sha_dma_process()
315 s_dma_descr_buf.empty = (uint32_t)(&s_dma_descr_input); in esp_sha_dma_process()