From f63a2401431dc36c58c14e96c7b02ec598de8e34 Mon Sep 17 00:00:00 2001 From: Ben Taylor Date: Mon, 24 Mar 2025 14:51:31 +0000 Subject: [PATCH] Update everest include paths in framework Signed-off-by: Ben Taylor --- scripts/check_names.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/check_names.py b/scripts/check_names.py index 77c91c2b5..b4309f1f3 100755 --- a/scripts/check_names.py +++ b/scripts/check_names.py @@ -703,8 +703,8 @@ class TFPSACryptoCodeParser(CodeParser): "include/tf-psa-crypto/*.h", "include/mbedtls/*.h", "drivers/builtin/include/mbedtls/*.h", - "drivers/everest/include/everest/everest.h", - "drivers/everest/include/everest/x25519.h" + "drivers/everest/include/tf-psa-crypto/private/everest/everest.h", + "drivers/everest/include/tf-psa-crypto/private/everest/x25519.h" ]) all_macros["internal"] = self.parse_macros([ "core/*.h", @@ -724,8 +724,8 @@ class TFPSACryptoCodeParser(CodeParser): "drivers/builtin/src/*.h", "core/*.c", "drivers/builtin/src/*.c", - "drivers/everest/include/everest/everest.h", - "drivers/everest/include/everest/x25519.h" + "drivers/everest/include/tf-psa-crypto/private/everest/everest.h", + "drivers/everest/include/tf-psa-crypto/private/everest/x25519.h" ]) identifiers, excluded_identifiers = self.parse_identifiers([ "include/psa/*.h", @@ -734,8 +734,8 @@ class TFPSACryptoCodeParser(CodeParser): "drivers/builtin/include/mbedtls/*.h", "core/*.h", "drivers/builtin/src/*.h", - "drivers/everest/include/everest/everest.h", - "drivers/everest/include/everest/x25519.h" + "drivers/everest/include/tf-psa-crypto/private/everest/everest.h", + "drivers/everest/include/tf-psa-crypto/private/everest/x25519.h" ], ["drivers/p256-m/p256-m/p256-m.h"]) mbed_psa_words = self.parse_mbed_psa_words([ "include/psa/*.h", @@ -744,8 +744,8 @@ class TFPSACryptoCodeParser(CodeParser): "drivers/builtin/include/mbedtls/*.h", "core/*.h", "drivers/builtin/src/*.h", - "drivers/everest/include/everest/everest.h", - "drivers/everest/include/everest/x25519.h", + "drivers/everest/include/tf-psa-crypto/private/everest/everest.h", + "drivers/everest/include/tf-psa-crypto/private/everest/x25519.h", "core/*.c", "drivers/builtin/src/*.c", "drivers/everest/library/everest.c",