change(mbedtls/aes): moved esp_aes_internal.h to be a private header

- Also enable AES-GCM test in the hal crypto test app for all targets
This commit is contained in:
harshal.patil
2023-10-30 15:18:45 +05:30
parent 556d71b97f
commit 2c570ed53b
10 changed files with 48 additions and 69 deletions

View File

@@ -206,6 +206,7 @@ target_sources(mbedcrypto PRIVATE "${COMPONENT_DIR}/port/esp_mem.c"
)
if(CONFIG_SOC_AES_SUPPORTED)
target_include_directories(mbedcrypto PRIVATE "${COMPONENT_DIR}/port/aes/include")
target_sources(mbedcrypto PRIVATE "${COMPONENT_DIR}/port/aes/esp_aes_xts.c"
"${COMPONENT_DIR}/port/aes/esp_aes_common.c"
"${COMPONENT_DIR}/port/aes/${AES_PERIPHERAL_TYPE}/esp_aes.c"