esp-idf/components/mbedtls/port/aes/dma
Marius Vikhammer 7fc7c49e5d crypto: allocate all DMA descriptors to DMA capable memory.
These were previously placed on the stack, but the stack could be placed in
RTC RAM which is not DMA capable.
2021-12-08 12:09:01 +08:00
..
include aes/sha: use a shared lazy allocated GDMA channel for AES and SHA 2021-03-09 09:23:05 +08:00
esp_aes_crypto_dma_impl.c AES/SHA: use GDMA driver instead of LL 2021-01-19 11:02:51 +08:00
esp_aes_gdma_impl.c aes/sha: use a shared lazy allocated GDMA channel for AES and SHA 2021-03-09 09:23:05 +08:00
esp_aes.c crypto: allocate all DMA descriptors to DMA capable memory. 2021-12-08 12:09:01 +08:00