esp-idf/components/mbedtls
Mahavir Jain 69bcbe97f4 aes: fix DMA descriptor calculation for the alignment case
The number of the DMA descriptors allocated for certain length (e.g.,
8176) were not sufficient (off by 1 error). This used to result in the
dynamic memory corruption as the region was modified beyond the
allocated range.

This change fixes the DMA descriptor calculation part and allocates
sufficient DMA descriptors based on the data length alignment considerations.

Test has also been added to cover the specific scenario in the CI.

Closes https://github.com/espressif/esp-idf/issues/11310
2023-06-07 04:29:32 +00:00
..
esp_crt_bundle
mbedtls@f5fca55508
port aes: fix DMA descriptor calculation for the alignment case 2023-06-07 04:29:32 +00:00
test_apps aes: fix DMA descriptor calculation for the alignment case 2023-06-07 04:29:32 +00:00
CMakeLists.txt
Kconfig