esp-idf/components/mbedtls/port/sha
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
..
dma SHA: fix dma lldesc going out of scope issue 2020-11-18 06:04:31 +00:00
parallel_engine SHA: add HAL layer and refactor driver 2020-10-09 08:24:08 +00:00
esp_sha.c mbedtls: Avoid malloc in esp_sha() function 2020-11-17 22:51:32 +00:00