esp-idf/components/mbedtls/port/sha/dma
Marius Vikhammer 09e1d104ba SHA: fix dma lldesc going out of scope issue
DMA process didnt wait for idle before returning.
This meant that there was a potential for the dma
descriptors which were on the stack to be reclaimed
before the DMA operation finished.
2020-11-18 06:04:31 +00:00
..
esp_sha1.c SHA: add HAL layer and refactor driver 2020-10-09 08:24:08 +00:00
esp_sha256.c SHA: add HAL layer and refactor driver 2020-10-09 08:24:08 +00:00
esp_sha512.c SHA: add HAL layer and refactor driver 2020-10-09 08:24:08 +00:00
sha.c SHA: fix dma lldesc going out of scope issue 2020-11-18 06:04:31 +00:00