Home
last modified time | relevance | path

Searched refs:MBEDTLS_PSA_CRYPTO_CLIENT (Results 1 – 8 of 8) sorted by relevance

/mbedtls-3.5.0/docs/architecture/psa-migration/
Dmd-cipher-dispatch.md74 * `MBEDTLS_PSA_CRYPTO_CLIENT`: “This interface is experimental and may change or be removed without…
139 …, rather than to the PSA API functions (but this is incompatible with `MBEDTLS_PSA_CRYPTO_CLIENT`).
141 * `MBEDTLS_PSA_CRYPTO_CLIENT` is enabled, and the client has not yet activated the connection to th…
142 * `MBEDTLS_PSA_CRYPTO_CLIENT` is enabled, but the operation is part of the implementation of an enc…
208MBEDTLS_PSA_CRYPTO_CLIENT`. Then calling PSA may or may not be desirable for performance. There ar…
237 …size in the PSA dispatch code. This may be more desirable when `MBEDTLS_PSA_CRYPTO_CLIENT` is enab…
308 * one of `MBEDTLS_PSA_CRYPTO_C` or `MBEDTLS_PSA_CRYPTO_CLIENT` is enabled, and the corresponding `P…
322 with `defined(MBEDTLS_PSA_CRYTO_C) || defined(MBEDTLS_PSA_CRYPTO_CLIENT)` but
472 ### Improving support for `MBEDTLS_PSA_CRYPTO_CLIENT`
474 …vailable via `MBEDTLS_PSA_CRYPTO_C`, not if it's available via `MBEDTLS_PSA_CRYPTO_CLIENT`. This i…
[all …]
/mbedtls-3.5.0/include/mbedtls/
Dbuild_info.h87 #define MBEDTLS_PSA_CRYPTO_CLIENT macro
/mbedtls-3.5.0/library/
Dpsa_crypto_client.c24 #if defined(MBEDTLS_PSA_CRYPTO_CLIENT)
Dversion_features.c405 #if defined(MBEDTLS_PSA_CRYPTO_CLIENT)
/mbedtls-3.5.0/tests/suites/
Dtest_suite_psa_crypto_attributes.function6 * depends_on:MBEDTLS_PSA_CRYPTO_CLIENT
Dtest_suite_psa_crypto_metadata.function246 * depends_on:MBEDTLS_PSA_CRYPTO_CLIENT
/mbedtls-3.5.0/programs/test/
Dquery_config.c1131 #if defined(MBEDTLS_PSA_CRYPTO_CLIENT) in query_config()
1134 MACRO_EXPANSION_TO_STR( MBEDTLS_PSA_CRYPTO_CLIENT ); in query_config()
3729 #if defined(MBEDTLS_PSA_CRYPTO_CLIENT) in list_config()
3730 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_PSA_CRYPTO_CLIENT); in list_config()
/mbedtls-3.5.0/tests/scripts/
Dall.sh998 scripts/config.py set MBEDTLS_PSA_CRYPTO_CLIENT