Home
last modified time | relevance | path

Searched refs:MBEDTLS_PSA_CRYPTO_CONFIG_FILE (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dbuild_info.h128 #if defined(MBEDTLS_PSA_CRYPTO_CONFIG_FILE)
129 #include MBEDTLS_PSA_CRYPTO_CONFIG_FILE
/openthread-latest/third_party/mbedtls/repo/configs/
Dconfig-tfm.h15 #define MBEDTLS_PSA_CRYPTO_CONFIG_FILE "../configs/ext/crypto_config_profile_medium.h" macro
/openthread-latest/third_party/mbedtls/repo/programs/test/
Dquery_config.c2247 #if defined(MBEDTLS_PSA_CRYPTO_CONFIG_FILE) in query_config()
2250 MACRO_EXPANSION_TO_STR( MBEDTLS_PSA_CRYPTO_CONFIG_FILE ); in query_config()
4609 #if defined(MBEDTLS_PSA_CRYPTO_CONFIG_FILE) in list_config()
4610 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_PSA_CRYPTO_CONFIG_FILE); in list_config()
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-crypto-implementation-structure.md129 …cation configuration file `include/psa/crypto_config.h` (or `MBEDTLS_PSA_CRYPTO_CONFIG_FILE`, plus…
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md180 …fig.h"`. You can override the file location with the macro [`MBEDTLS_PSA_CRYPTO_CONFIG_FILE`](http…
/openthread-latest/third_party/mbedtls/repo/
DChangeLog1080 MBEDTLS_PSA_CRYPTO_CONFIG_FILE instead of the default psa/crypto_config.h.