aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald Cron <ronald.cron@arm.com>2024-06-10 16:05:00 +0200
committerRonald Cron <ronald.cron@arm.com>2024-06-13 09:51:27 +0200
commit36c3ae98cba79e9bc233bade03a93f4a873fcd81 (patch)
tree8bc0b6d10a14b42382bc32c97e4caa8e704438b4
parent7e5d61c41a1cea244ae2a69208d494ff7e44e62a (diff)
downloadmbedtls-36c3ae98cba79e9bc233bade03a93f4a873fcd81.zip
mbedtls-36c3ae98cba79e9bc233bade03a93f4a873fcd81.tar.gz
mbedtls-36c3ae98cba79e9bc233bade03a93f4a873fcd81.tar.bz2
Adapt check files
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
-rwxr-xr-xtests/scripts/check_names.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/scripts/check_names.py b/tests/scripts/check_names.py
index 5128dc8..01c3f3c 100755
--- a/tests/scripts/check_names.py
+++ b/tests/scripts/check_names.py
@@ -238,6 +238,7 @@ class CodeParser():
all_macros["public"] = self.parse_macros([
"include/mbedtls/*.h",
"include/psa/*.h",
+ "tf-psa-crypto/include/psa/*.h",
"3rdparty/everest/include/everest/everest.h",
"3rdparty/everest/include/everest/x25519.h"
])
@@ -251,6 +252,7 @@ class CodeParser():
enum_consts = self.parse_enum_consts([
"include/mbedtls/*.h",
"include/psa/*.h",
+ "tf-psa-crypto/include/psa/*.h",
"library/*.h",
"library/*.c",
"3rdparty/everest/include/everest/everest.h",
@@ -259,6 +261,7 @@ class CodeParser():
identifiers, excluded_identifiers = self.parse_identifiers([
"include/mbedtls/*.h",
"include/psa/*.h",
+ "tf-psa-crypto/include/psa/*.h",
"library/*.h",
"3rdparty/everest/include/everest/everest.h",
"3rdparty/everest/include/everest/x25519.h"
@@ -266,6 +269,7 @@ class CodeParser():
mbed_psa_words = self.parse_mbed_psa_words([
"include/mbedtls/*.h",
"include/psa/*.h",
+ "tf-psa-crypto/include/psa/*.h",
"library/*.h",
"3rdparty/everest/include/everest/everest.h",
"3rdparty/everest/include/everest/x25519.h",