Searched refs:MBEDTLS_PSA_CRYPTO_CONFIG (Results 1 – 21 of 21) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | build_info.h | 127 #if defined(MBEDTLS_PSA_CRYPTO_CONFIG) 160 #if defined(MBEDTLS_PSA_CRYPTO_CONFIG) /* PSA_WANT_xxx influences MBEDTLS_xxx */ || \
|
D | config_psa.h | 27 #if defined(MBEDTLS_PSA_CRYPTO_CONFIG)
|
D | check_config.h | 107 #if defined(MBEDTLS_BLOCK_CIPHER_NO_DECRYPT) && defined(MBEDTLS_PSA_CRYPTO_CONFIG)
|
/openthread-latest/third_party/mbedtls/repo/tests/include/test/drivers/ |
D | config_test_driver.h | 21 #define MBEDTLS_PSA_CRYPTO_CONFIG macro
|
/openthread-latest/third_party/mbedtls/repo/configs/ext/ |
D | crypto_config_profile_medium.h | 12 #if defined(MBEDTLS_PSA_CRYPTO_CONFIG)
|
D | tfm_mbedcrypto_config_profile_medium.h | 244 #define MBEDTLS_PSA_CRYPTO_CONFIG macro
|
/openthread-latest/third_party/mbedtls/repo/tests/configs/ |
D | user-config-for-test.h | 34 #if defined(MBEDTLS_PSA_CRYPTO_CONFIG)
|
/openthread-latest/third_party/mbedtls/repo/include/psa/ |
D | crypto_config.h | 6 #if defined(MBEDTLS_PSA_CRYPTO_CONFIG)
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-conditional-inclusion-c.md | 54 The symbol `MBEDTLS_PSA_CRYPTO_CONFIG` in `mbedtls/mbedtls_config.h` determines whether `psa/crypto… 56 * If `MBEDTLS_PSA_CRYPTO_CONFIG` is unset, which is the default at least in Mbed TLS 2.x versions, … 57 * If `MBEDTLS_PSA_CRYPTO_CONFIG` is set, the necessary software implementations of cryptographic al… 135 When `MBEDTLS_PSA_CRYPTO_CONFIG` is set, the header file `mbedtls/mbedtls_config.h` needs to define… 141 When `MBEDTLS_PSA_CRYPTO_CONFIG` is not set, the configuration of Mbed TLS works as before, and the… 149 Whether `MBEDTLS_PSA_CRYPTO_CONFIG` is set or not, `mbedtls/config_psa.h` includes `mbedtls/crypto_… 157 | Symbols | With `MBEDTLS_PSA_CRYPTO_CONFIG` | Without `MBEDTLS_PSA_CRYPTO_CONFI…
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | version_features.c | 549 #if defined(MBEDTLS_PSA_CRYPTO_CONFIG)
|
D | psa_crypto.c | 14 #if defined(MBEDTLS_PSA_CRYPTO_CONFIG)
|
/openthread-latest/third_party/mbedtls/repo/programs/test/ |
D | query_config.c | 1535 #if defined(MBEDTLS_PSA_CRYPTO_CONFIG) in query_config() 1538 MACRO_EXPANSION_TO_STR( MBEDTLS_PSA_CRYPTO_CONFIG ); in query_config() 4253 #if defined(MBEDTLS_PSA_CRYPTO_CONFIG) in list_config() 4254 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_PSA_CRYPTO_CONFIG); in list_config()
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | all.sh | 898 scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG 1637 scripts/config.py unset MBEDTLS_PSA_CRYPTO_CONFIG 1667 scripts/config.py unset MBEDTLS_PSA_CRYPTO_CONFIG 1718 scripts/config.py unset MBEDTLS_PSA_CRYPTO_CONFIG 3636 scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG 5313 scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG 5421 scripts/config.py unset MBEDTLS_PSA_CRYPTO_CONFIG 5525 scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-crypto-implementation-structure.md | 128 …* If `MBEDTLS_PSA_CRYPTO_CONFIG` is disabled: based on the available mechanisms in Mbed TLS, deduc… 129 …* if `MBEDTLS_PSA_CRYPTO_CONFIG` is enabled: in the application configuration file `include/psa/cr…
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | md-cipher-dispatch.md | 76 * `MBEDTLS_PSA_CRYPTO_CONFIG`: “This feature is still experimental and is not ready for production … 288 …MBEDTLS_PSA_CRYPTO_CONFIG` is disabled, all legacy mechanisms are automatically enabled through PS… 289 * When `MBEDTLS_PSA_CRYPTO_CONFIG` is enabled, there is no mandatory relationship between PSA suppo… 525 When `MBEDTLS_PSA_CRYPTO_CONFIG` is disabled, this is already the case. When is enabled, we will no…
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | psa-driver-example-and-guide.md | 145 python3 scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG
|
D | driver-only-builds.md | 25 - `MBEDTLS_PSA_CRYPTO_CONFIG` (disabled by default) - this enables
|
D | psa-transition.md | 178 **This section only applies if `MBEDTLS_PSA_CRYPTO_CONFIG` is enabled.** This option is disabled in… 180 When the configuration option [`MBEDTLS_PSA_CRYPTO_CONFIG`](https://mbed-tls.readthedocs.io/project…
|
/openthread-latest/third_party/mbedtls/repo/ |
D | README.md | 309 * `MBEDTLS_PSA_CRYPTO_CONFIG` allows you to enable PSA cryptographic mechanisms without including t…
|
D | ChangeLog | 534 MBEDTLS_PSA_CRYPTO_CONFIG is disabled. 543 * Fix a build error in some configurations with MBEDTLS_PSA_CRYPTO_CONFIG 1078 * When MBEDTLS_PSA_CRYPTO_CONFIG is enabled, you may list the PSA crypto
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_pk.function | 58 * one edge case: in a build with MBEDTLS_PSA_CRYPTO_CONFIG disabled and
|