mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
2fbe919e4c
DMA operation completion must wait until the last DMA descriptor ownership has been changed to hardware, that is hardware is completed the write operation for entire data. Earlier for the hardware GCM case, the first DMA descriptor was checked and it could have resulted in some race condition for non interrupt (MBEDTLS_AES_USE_INTERRUPT disabled) case. |
||
---|---|---|
.. | ||
include | ||
esp_aes_crypto_dma_impl.c | ||
esp_aes_gdma_impl.c | ||
esp_aes.c |