Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/sha/dma/
Dsha.c77 static DRAM_ATTR lldesc_t s_dma_descr_buf; variable
300 memset(&s_dma_descr_buf, 0, sizeof(lldesc_t)); in esp_sha_dma_process()
313 s_dma_descr_buf.length = buf_len; in esp_sha_dma_process()
314 s_dma_descr_buf.size = buf_len; in esp_sha_dma_process()
315 s_dma_descr_buf.owner = 1; in esp_sha_dma_process()
316 s_dma_descr_buf.eof = 1; in esp_sha_dma_process()
317 s_dma_descr_buf.buf = (uint8_t *)buf; in esp_sha_dma_process()
318 dma_descr_head = &s_dma_descr_buf; in esp_sha_dma_process()
323 s_dma_descr_buf.eof = 0; in esp_sha_dma_process()
324 s_dma_descr_buf.empty = (uint32_t)(&s_dma_descr_input); in esp_sha_dma_process()