@@ -704,7 +704,9 @@ def comprehensive_parse(self):
704
704
"include/mbedtls/*.h" ,
705
705
"drivers/builtin/include/mbedtls/*.h" ,
706
706
"drivers/everest/include/everest/everest.h" ,
707
- "drivers/everest/include/everest/x25519.h"
707
+ "drivers/everest/include/everest/x25519.h" ,
708
+ "drivers/everest/include/tf-psa-crypto/private/everest/everest.h" ,
709
+ "drivers/everest/include/tf-psa-crypto/private/everest/x25519.h"
708
710
])
709
711
all_macros ["internal" ] = self .parse_macros ([
710
712
"core/*.h" ,
10000
@@ -725,7 +727,9 @@ def comprehensive_parse(self):
725
727
"core/*.c" ,
726
728
"drivers/builtin/src/*.c" ,
727
729
"drivers/everest/include/everest/everest.h" ,
728
- "drivers/everest/include/everest/x25519.h"
730
+ "drivers/everest/include/everest/x25519.h" ,
731
+ "drivers/everest/include/tf-psa-crypto/private/everest/everest.h" ,
732
+ "drivers/everest/include/tf-psa-crypto/private/everest/x25519.h"
729
733
])
730
734
identifiers , excluded_identifiers = self .parse_identifiers ([
731
735
"include/psa/*.h" ,
@@ -735,7 +739,9 @@ def comprehensive_parse(self):
735
739
"core/*.h" ,
736
740
"drivers/builtin/src/*.h" ,
737
741
"drivers/everest/include/everest/everest.h" ,
738
- "drivers/everest/include/everest/x25519.h"
742
+ "drivers/everest/include/everest/x25519.h" ,
743
+ "drivers/everest/include/tf-psa-crypto/private/everest/everest.h" ,
744
+ "drivers/everest/include/tf-psa-crypto/private/everest/x25519.h"
739
745
], ["drivers/p256-m/p256-m/p256-m.h" ])
740
746
mbed_psa_words = self .parse_mbed_psa_words ([
741
747
"include/psa/*.h" ,
@@ -746,6 +752,8 @@ def comprehensive_parse(self):
746
752
"drivers/builtin/src/*.h" ,
747
753
"drivers/everest/include/everest/everest.h" ,
748
754
"drivers/everest/include/everest/x25519.h" ,
755
+ "drivers/everest/include/tf-psa-crypto/private/everest/everest.h" ,
756
+ "drivers/everest/include/tf-psa-crypto/private/everest/x25519.h" ,
749
757
"core/*.c" ,
750
758
"drivers/builtin/src/*.c" ,
751
759
"drivers/everest/library/everest.c" ,
0 commit comments