Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Dsha_hal.h75 void sha_hal_hash_dma(esp_sha_type sha_type, size_t num_blocks, bool first_block);
/hal_espressif-latest/components/hal/
Dsha_hal.c96 void sha_hal_hash_dma(esp_sha_type sha_type, size_t num_blocks, bool first_block) in sha_hal_hash_dma() function
/hal_espressif-latest/components/mbedtls/port/sha/dma/
Dsha.c332 sha_hal_hash_dma(sha_type, num_blks, is_first_block); in esp_sha_dma_process()