Searched refs:MBEDTLS_PSA_CRYPTO_CLIENT (Results 1 – 8 of 8) sorted by relevance
74 * `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…208 …MBEDTLS_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)` but472 ### 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 …]
87 #define MBEDTLS_PSA_CRYPTO_CLIENT macro
24 #if defined(MBEDTLS_PSA_CRYPTO_CLIENT)
405 #if defined(MBEDTLS_PSA_CRYPTO_CLIENT)
6 * depends_on:MBEDTLS_PSA_CRYPTO_CLIENT
246 * depends_on:MBEDTLS_PSA_CRYPTO_CLIENT
1131 #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()
998 scripts/config.py set MBEDTLS_PSA_CRYPTO_CLIENT