esp-idf/components/mbedtls/port/aes
harshal.patil a7f4bb8503 fix(mbedtls): Fixed the transmission of return values of the esp-aes APIs
- Earlier, some intermediate return values were not stored and returned,
thus incorrect return values used to get transmitted to the upper layer of APIs.

- Also, zeroised the output buffer in case of error condition.
2023-07-20 18:56:22 +05:30
..
block fix(mbedtls): Fixed the transmission of return values of the esp-aes APIs 2023-07-20 18:56:22 +05:30
dma fix(mbedtls): Fixed the transmission of return values of the esp-aes APIs 2023-07-20 18:56:22 +05:30
esp_aes_common.c aes/sha: use a shared lazy allocated GDMA channel for AES and SHA 2021-03-10 09:40:35 +08:00
esp_aes_gcm.c fix(mbedtls): Fixed the transmission of return values of the esp-aes APIs 2023-07-20 18:56:22 +05:30
esp_aes_xts.c AES: refactor and add HAL layer 2020-12-10 09:04:47 +00:00