mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-05 19:35:48 +03:00
@@ -238,6 +238,7 @@ class CodeParser():
|
|||||||
all_macros["public"] = self.parse_macros([
|
all_macros["public"] = self.parse_macros([
|
||||||
"include/mbedtls/*.h",
|
"include/mbedtls/*.h",
|
||||||
"include/psa/*.h",
|
"include/psa/*.h",
|
||||||
|
"tf-psa-crypto/include/psa/*.h",
|
||||||
"3rdparty/everest/include/everest/everest.h",
|
"3rdparty/everest/include/everest/everest.h",
|
||||||
"3rdparty/everest/include/everest/x25519.h"
|
"3rdparty/everest/include/everest/x25519.h"
|
||||||
])
|
])
|
||||||
@@ -251,6 +252,7 @@ class CodeParser():
|
|||||||
enum_consts = self.parse_enum_consts([
|
enum_consts = self.parse_enum_consts([
|
||||||
"include/mbedtls/*.h",
|
"include/mbedtls/*.h",
|
||||||
"include/psa/*.h",
|
"include/psa/*.h",
|
||||||
|
"tf-psa-crypto/include/psa/*.h",
|
||||||
"library/*.h",
|
"library/*.h",
|
||||||
"library/*.c",
|
"library/*.c",
|
||||||
"3rdparty/everest/include/everest/everest.h",
|
"3rdparty/everest/include/everest/everest.h",
|
||||||
@@ -259,6 +261,7 @@ class CodeParser():
|
|||||||
identifiers, excluded_identifiers = self.parse_identifiers([
|
identifiers, excluded_identifiers = self.parse_identifiers([
|
||||||
"include/mbedtls/*.h",
|
"include/mbedtls/*.h",
|
||||||
"include/psa/*.h",
|
"include/psa/*.h",
|
||||||
|
"tf-psa-crypto/include/psa/*.h",
|
||||||
"library/*.h",
|
"library/*.h",
|
||||||
"3rdparty/everest/include/everest/everest.h",
|
"3rdparty/everest/include/everest/everest.h",
|
||||||
"3rdparty/everest/include/everest/x25519.h"
|
"3rdparty/everest/include/everest/x25519.h"
|
||||||
@@ -266,6 +269,7 @@ class CodeParser():
|
|||||||
mbed_psa_words = self.parse_mbed_psa_words([
|
mbed_psa_words = self.parse_mbed_psa_words([
|
||||||
"include/mbedtls/*.h",
|
"include/mbedtls/*.h",
|
||||||
"include/psa/*.h",
|
"include/psa/*.h",
|
||||||
|
"tf-psa-crypto/include/psa/*.h",
|
||||||
"library/*.h",
|
"library/*.h",
|
||||||
"3rdparty/everest/include/everest/everest.h",
|
"3rdparty/everest/include/everest/everest.h",
|
||||||
"3rdparty/everest/include/everest/x25519.h",
|
"3rdparty/everest/include/everest/x25519.h",
|
||||||
|
Reference in New Issue
Block a user