Merge branch 'refactor/esp_tee_aes_gcm_port' into 'master'

refactor(esp_tee): Use the AES-GCM port layer for operations in the TEE

See merge request espressif/esp-idf!37650
This commit is contained in:
Mahavir Jain
2025-03-20 16:11:38 +08:00
9 changed files with 86 additions and 61 deletions
+1 -2
View File
@@ -24,12 +24,11 @@ if(esp_tee_build)
"src/secure_boot_v2/secure_boot.c"
"src/${IDF_TARGET}/secure_boot_secure_features.c")
endif()
list(APPEND priv_requires efuse)
endif()
idf_component_register(SRCS ${tee_srcs}
INCLUDE_DIRS ${tee_inc_dirs}
PRIV_REQUIRES efuse)
PRIV_REQUIRES efuse esp_app_format)
return()
endif()