esp-idf/components/mbedtls/port/aes
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
..
block global: make periph enable/disable APIs private 2021-11-08 10:37:47 +08:00
dma crypto: allocate all DMA descriptors to DMA capable memory. 2021-12-08 12:09:01 +08:00
esp_aes_common.c aes/sha: use a shared lazy allocated GDMA channel for AES and SHA 2021-03-09 09:23:05 +08:00
esp_aes_gcm.c crypto: allocate all DMA descriptors to DMA capable memory. 2021-12-08 12:09:01 +08:00
esp_aes_xts.c AES: refactor and add HAL layer 2020-12-10 09:04:47 +00:00