Home
last modified time | relevance | path

Searched refs:MBEDTLS_PSA_CRYPTO_CONFIG (Results 1 – 21 of 21) sorted by relevance

/mbedtls/include/mbedtls/
A Dbuild_info.h127 #if defined(MBEDTLS_PSA_CRYPTO_CONFIG)
160 #if defined(MBEDTLS_PSA_CRYPTO_CONFIG) /* PSA_WANT_xxx influences MBEDTLS_xxx */ || \
A Dconfig_psa.h27 #if defined(MBEDTLS_PSA_CRYPTO_CONFIG)
A Dcheck_config.h107 #if defined(MBEDTLS_BLOCK_CIPHER_NO_DECRYPT) && defined(MBEDTLS_PSA_CRYPTO_CONFIG)
/mbedtls/tests/include/test/drivers/
A Dconfig_test_driver.h21 #define MBEDTLS_PSA_CRYPTO_CONFIG macro
/mbedtls/configs/ext/
A Dcrypto_config_profile_medium.h12 #if defined(MBEDTLS_PSA_CRYPTO_CONFIG)
A Dtfm_mbedcrypto_config_profile_medium.h244 #define MBEDTLS_PSA_CRYPTO_CONFIG macro
/mbedtls/tests/configs/
A Duser-config-for-test.h34 #if defined(MBEDTLS_PSA_CRYPTO_CONFIG)
/mbedtls/docs/proposed/
A Dpsa-conditional-inclusion-c.md54 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…
/mbedtls/include/psa/
A Dcrypto_config.h6 #if defined(MBEDTLS_PSA_CRYPTO_CONFIG)
/mbedtls/library/
A Dversion_features.c549 #if defined(MBEDTLS_PSA_CRYPTO_CONFIG)
A Dpsa_crypto.c14 #if defined(MBEDTLS_PSA_CRYPTO_CONFIG)
/mbedtls/programs/test/
A Dquery_config.c1535 #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()
/mbedtls/tests/scripts/
A Dall.sh898 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
/mbedtls/docs/architecture/psa-migration/
A Dmd-cipher-dispatch.md76 * `MBEDTLS_PSA_CRYPTO_CONFIG`: “This feature is still experimental and is not ready for production …
288MBEDTLS_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…
/mbedtls/docs/architecture/
A Dpsa-crypto-implementation-structure.md128 …* 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…
/mbedtls/docs/
A Dpsa-driver-example-and-guide.md145 python3 scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG
A Ddriver-only-builds.md25 - `MBEDTLS_PSA_CRYPTO_CONFIG` (disabled by default) - this enables
A Dpsa-transition.md178 **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…
/mbedtls/
A DREADME.md309 * `MBEDTLS_PSA_CRYPTO_CONFIG` allows you to enable PSA cryptographic mechanisms without including t…
A DChangeLog534 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
/mbedtls/tests/suites/
A Dtest_suite_pk.function58 * one edge case: in a build with MBEDTLS_PSA_CRYPTO_CONFIG disabled and

Completed in 58 milliseconds