esp-idf/components/mbedtls/port/aes
harshal.patil 2c85399da0
fix(mbedtls/gcm): Add support for software fallback for non-AES ciphers in a GCM operation
- Even if the config MBEDTLS_HARDWARE_AES is enabled, we now support fallback
to software implementation of GCM operations when non-AES ciphers are used.
2024-03-12 13:35:49 +05:30
..
block refactor(mbedtls): refactored the return values check in some esp-aes APIs 2023-07-14 20:51:47 +05:30
dma fix(mbedtls/gcm): Avoid using GCM hardware when config MBEDTLS_HARDWARE_GCM is disabled 2024-02-16 11:55:02 +05:30
esp_aes_common.c fix(mbedtls): move interrupt allocation during initialization phase 2023-12-11 06:46:24 +00:00
esp_aes_gcm.c fix(mbedtls/gcm): Add support for software fallback for non-AES ciphers in a GCM operation 2024-03-12 13:35:49 +05:30
esp_aes_xts.c