esp-idf/components/mbedtls/port/aes
harshal.patil 9b15189583
change(mbedtls): replace Cache ROM APIs usage with APIs from esp_cache.h
- Only APIs used in esp_crypto_shared_gdma and aes have been replaced
- Get dcache line size using cache api instead of Kconfig
2024-03-13 15:22:07 +05:30
..
block change(mbedtls/aes): moved esp_aes_internal.h to be a private header 2024-03-13 15:22:06 +05:30
dma change(mbedtls): replace Cache ROM APIs usage with APIs from esp_cache.h 2024-03-13 15:22:07 +05:30
include feat(mbedtls/esp_crypto_shared_gdma): support AXI-DMA in the crypto shared gdma layer 2024-03-13 15:22:06 +05:30
esp_aes_common.c change(mbedtls/aes): moved esp_aes_internal.h to be a private header 2024-03-13 15:22:06 +05:30
esp_aes_gcm.c feat(mbedtls/esp_crypto_shared_gdma): support AXI-DMA in the crypto shared gdma layer 2024-03-13 15:22:06 +05:30
esp_aes_xts.c docs: update the algorithm and key name from AES-XTS to XTS-AES 2023-05-15 17:54:50 +08:00