Home
last modified time | relevance | path

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

/mbedtls-latest/include/mbedtls/
Dbuild_info.h135 #if defined(MBEDTLS_PSA_CRYPTO_CONFIG_FILE)
136 #include MBEDTLS_PSA_CRYPTO_CONFIG_FILE
/mbedtls-latest/configs/
Dconfig-tfm.h15 #define MBEDTLS_PSA_CRYPTO_CONFIG_FILE "../configs/ext/crypto_config_profile_medium.h" macro
/mbedtls-latest/programs/test/
Dquery_config.c2255 #if defined(MBEDTLS_PSA_CRYPTO_CONFIG_FILE) in query_config()
2258 MACRO_EXPANSION_TO_STR( MBEDTLS_PSA_CRYPTO_CONFIG_FILE ); in query_config()
4621 #if defined(MBEDTLS_PSA_CRYPTO_CONFIG_FILE) in list_config()
4622 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_PSA_CRYPTO_CONFIG_FILE); in list_config()
/mbedtls-latest/docs/architecture/
Dpsa-crypto-implementation-structure.md129 …cation configuration file `include/psa/crypto_config.h` (or `MBEDTLS_PSA_CRYPTO_CONFIG_FILE`, plus…
/mbedtls-latest/docs/
Dpsa-transition.md180 …fig.h"`. You can override the file location with the macro [`MBEDTLS_PSA_CRYPTO_CONFIG_FILE`](http…
/mbedtls-latest/
DChangeLog1275 MBEDTLS_PSA_CRYPTO_CONFIG_FILE instead of the default psa/crypto_config.h.