esp-idf/components/mbedtls/port/aes
2024-03-22 14:45:34 +05:30
..
block feat(hal/aes): use RCC atomic block to enable/reset the AES peripheral 2024-03-13 15:22:07 +05:30
dma fix(mbedtls/aes): Remove ESP_CACHE_MSYNC_FLAG_UNALIGNED flag for the cache M2C operation 2024-03-22 14:45:34 +05:30
include feat(mbedtls/aes): Support AES-DMA operations by satisfying L1 cache alignment requirements 2024-03-13 15:22:07 +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/aes): Support AES-DMA operations by satisfying L1 cache alignment requirements 2024-03-13 15:22:07 +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