crypto: initial S3 Beta 3 bringup and testing for SHA/AES/RSA/flash enc

This commit is contained in:
Marius Vikhammer
2021-03-30 20:12:08 +08:00
parent f1caa2971d
commit 9b4ba3d707
8 changed files with 43 additions and 16 deletions
+1 -1
View File
@@ -634,7 +634,7 @@ menu "Security features"
choice SECURE_FLASH_ENCRYPTION_KEYSIZE
bool "Size of generated AES-XTS key"
default SECURE_FLASH_ENCRYPTION_AES128
depends on IDF_TARGET_ESP32S2 && SECURE_FLASH_ENC_ENABLED
depends on (IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3) && SECURE_FLASH_ENC_ENABLED
help
Size of generated AES-XTS key.