test(mbedtls): Re-introduce the extensive AES, AES-GCM and the SHA tests

- Also extend the PSRAM encryption test to ESP32-S3
This commit is contained in:
harshal.patil
2026-01-28 16:02:08 +05:30
parent 1c0e4455bb
commit 2bc49effb4
13 changed files with 4566 additions and 775 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ Flash Encryption Best Practices
* - High
- 72.4 %
.. [#] The above performance numbers have been calculated using the AES performance test of the mbedtls test application :component_file:`test_aes_perf.c <mbedtls/test_apps/main/test_aes_perf.c>`.
.. [#] The above performance numbers have been calculated using the AES performance test of the mbedtls test application :component_file:`test_psa_aes_perf.c <mbedtls/test_apps/main/test_psa_aes_perf.c>`.
Considering the above performance impact, ESP-IDF by-default does not enable the pseudo-round function to avoid any performance-related degrade. But it is recommended to enable the pseudo-round function for better security.