Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/sha/dma/
Dsha.c209 static int esp_sha_dma_process(esp_sha_type sha_type, const void *input, uint32_t ilen,
271 ret = esp_sha_dma_process(sha_type, input, dma_chunk_len, buf, buf_len, is_first_block); in esp_sha_dma()
292 static esp_err_t esp_sha_dma_process(esp_sha_type sha_type, const void *input, uint32_t ilen, in esp_sha_dma_process() function