esp-idf/components/mbedtls
harshal.patil 83dd60307f
feat(mbedtls/esp_crypto_shared_gdma): support AXI-DMA in the crypto shared gdma layer
- In case of AXI-DMA, the DMA descriptors need to be 8 bytes aligned
lldesc_t do not satify this condition thus we need to replace it with
dma_descriptor_t (align(4) and align(8)) in esp_crypto_shared_gdma.

- Added new shared gdma start API that supports the dma_descriptor_t
DMA descriptor.

- Added some generic dma descriptor macros and helper functions

- replace lldesc_t with dma_descriptor_t
2024-03-13 15:22:06 +05:30
..
esp_crt_bundle change(mbedtls/crt_bundle): Update esp_crt_bundle certificates 2024-03-12 10:00:36 +08:00
mbedtls@09bba150d0 fix(mbedtls/gcm): Add support for software fallback for non-AES ciphers in a GCM operation 2024-02-23 10:47:30 +05:30
port feat(mbedtls/esp_crypto_shared_gdma): support AXI-DMA in the crypto shared gdma layer 2024-03-13 15:22:06 +05:30
test_apps feat(mbedtls/esp_crypto_shared_gdma): support AXI-DMA in the crypto shared gdma layer 2024-03-13 15:22:06 +05:30
CMakeLists.txt change(mbedtls/aes): moved esp_aes_internal.h to be a private header 2024-03-13 15:22:06 +05:30
Kconfig fix(mbedtls/gcm): Add support for software fallback for non-AES ciphers in a GCM operation 2024-02-23 10:47:30 +05:30