Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/mbedtls/port/sha/dma/
Dsha.c287 lldesc_t *dma_descr_head; in esp_sha_dma_process() local
300 dma_descr_head = &s_dma_descr_input; in esp_sha_dma_process()
309 dma_descr_head = &s_dma_descr_buf; in esp_sha_dma_process()
318 if (esp_sha_dma_start(dma_descr_head) != ESP_OK) { in esp_sha_dma_process()