Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/sha/dma/
Dsha.c219 unsigned char *dma_cap_buf = NULL; in esp_sha_dma() local
243dma_cap_buf = heap_caps_malloc(sizeof(unsigned char) * buf_len, MALLOC_CAP_8BIT|MALLOC_CAP_DMA|MAL… in esp_sha_dma()
244 if (dma_cap_buf == NULL) { in esp_sha_dma()
249 memcpy(dma_cap_buf, buf, buf_len); in esp_sha_dma()
250 buf = dma_cap_buf; in esp_sha_dma()
286 free(dma_cap_buf); in esp_sha_dma()