Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/sha/dma/
Desp_sha_crypto_dma_impl.c20 crypto_dma_ll_outlink_set((intptr_t)input); in esp_sha_dma_start()
/hal_espressif-latest/components/mbedtls/port/aes/dma/
Desp_aes_crypto_dma_impl.c29 crypto_dma_ll_outlink_set((uint32_t)input); in esp_aes_dma_start()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dcrypto_dma_ll.h59 static inline void crypto_dma_ll_outlink_set(uint32_t outlink_addr) in crypto_dma_ll_outlink_set() function