esp-idf/components/mbedtls/port/aes/dma
harshal.patil 38255c048a 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-12 14:41:41 +05:30
..
include aes/sha: use a shared lazy allocated GDMA channel for AES and SHA 2021-03-09 09:23:05 +08:00
esp_aes_crypto_dma_impl.c AES/SHA: use GDMA driver instead of LL 2021-01-19 11:02:51 +08:00
esp_aes_gdma_impl.c feat(esp_gdma): add hal interface for common operations 2023-07-10 13:45:57 +08:00
esp_aes.c fix(mbedtls): Fixed the transmission of return values of the esp-aes APIs 2023-07-12 14:41:41 +05:30