Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/sha/dma/include/
Desp_sha_dma_priv.h33 esp_err_t esp_sha_dma_start(const lldesc_t *input);
/hal_espressif-latest/components/mbedtls/port/sha/dma/
Desp_sha_gdma_impl.c10 esp_err_t esp_sha_dma_start(const lldesc_t *input) in esp_sha_dma_start() function
Desp_sha_crypto_dma_impl.c15 esp_err_t esp_sha_dma_start(const lldesc_t *input) in esp_sha_dma_start() function
Dsha.c327 if (esp_sha_dma_start(dma_descr_head) != ESP_OK) { in esp_sha_dma_process()