esp-idf/components/mbedtls/port/include/aes
harshal.patil 8977be856d
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-02-23 10:47:30 +05:30
..
esp_aes.h docs: update the algorithm and key name from AES-XTS to XTS-AES 2023-05-15 17:54:50 +08:00
esp_aes_gcm.h fix(mbedtls/gcm): Add support for software fallback for non-AES ciphers in a GCM operation 2024-02-23 10:47:30 +05:30
esp_aes_internal.h