mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-30 00:46:22 -04:00
Adapt check_names.py
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
f4606d489e
commit
71609eb4a8
@ -239,6 +239,7 @@ class CodeParser():
|
|||||||
"include/mbedtls/*.h",
|
"include/mbedtls/*.h",
|
||||||
"include/psa/*.h",
|
"include/psa/*.h",
|
||||||
"tf-psa-crypto/include/psa/*.h",
|
"tf-psa-crypto/include/psa/*.h",
|
||||||
|
"tf-psa-crypto/drivers/builtin/include/mbedtls/*.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"
|
||||||
])
|
])
|
||||||
@ -253,6 +254,7 @@ class CodeParser():
|
|||||||
"include/mbedtls/*.h",
|
"include/mbedtls/*.h",
|
||||||
"include/psa/*.h",
|
"include/psa/*.h",
|
||||||
"tf-psa-crypto/include/psa/*.h",
|
"tf-psa-crypto/include/psa/*.h",
|
||||||
|
"tf-psa-crypto/drivers/builtin/include/mbedtls/*.h",
|
||||||
"library/*.h",
|
"library/*.h",
|
||||||
"library/*.c",
|
"library/*.c",
|
||||||
"3rdparty/everest/include/everest/everest.h",
|
"3rdparty/everest/include/everest/everest.h",
|
||||||
@ -262,6 +264,7 @@ class CodeParser():
|
|||||||
"include/mbedtls/*.h",
|
"include/mbedtls/*.h",
|
||||||
"include/psa/*.h",
|
"include/psa/*.h",
|
||||||
"tf-psa-crypto/include/psa/*.h",
|
"tf-psa-crypto/include/psa/*.h",
|
||||||
|
"tf-psa-crypto/drivers/builtin/include/mbedtls/*.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"
|
||||||
@ -270,6 +273,7 @@ class CodeParser():
|
|||||||
"include/mbedtls/*.h",
|
"include/mbedtls/*.h",
|
||||||
"include/psa/*.h",
|
"include/psa/*.h",
|
||||||
"tf-psa-crypto/include/psa/*.h",
|
"tf-psa-crypto/include/psa/*.h",
|
||||||
|
"tf-psa-crypto/drivers/builtin/include/mbedtls/*.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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user