Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/sha/dma/
Desp_sha_crypto_dma_impl.c17 crypto_dma_ll_set_mode(CRYPTO_DMA_SHA); in esp_sha_dma_start()
/hal_espressif-latest/components/mbedtls/port/aes/dma/
Desp_aes_crypto_dma_impl.c26 crypto_dma_ll_set_mode(CRYPTO_DMA_AES); in esp_aes_dma_start()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dcrypto_dma_ll.h49 static inline void crypto_dma_ll_set_mode(crypto_dma_mode_t mode) in crypto_dma_ll_set_mode() function