esp-idf/components/mbedtls/port/aes
Mahavir Jain 29be69d797
fix(aes-gcm): correct the DMA completion wait condition for hardware GCM case
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.
2023-09-06 08:29:57 +05:30
..
block refactor(mbedtls): refactored the return values check in some esp-aes APIs 2023-07-14 21:00:16 +05:30
dma fix(aes-gcm): correct the DMA completion wait condition for hardware GCM case 2023-09-06 08:29:57 +05:30
esp_aes_common.c mbedtls: Update licenses of files updated in mbedtls-3.1 update 2022-03-04 05:18:58 +00:00
esp_aes_gcm.c fix(mbedtls): Fixed the transmission of return values of the esp-aes APIs 2023-07-14 13:41:13 +05:30
esp_aes_xts.c AES: refactor and add HAL layer 2020-12-10 09:04:47 +00:00