Lines Matching refs:enabled
88 …E_PSA_CRYPTO` only applies to `pk.h`, X.509 and TLS. When this option is enabled, applications mus…
92 …(benefiting from PSA accelerators when they're usable) regardless of whether the option is enabled.
109 * **PSA domain**: includes pk, X.509 and TLS when `MBEDTLS_USE_PSA_CRYPTO` is enabled. Also TLS 1.3…
161 * Note: also called by `cipher.c` if enabled.
167 * Note: also called by `cipher.c` if enabled.
173 * Note: also called by `cipher.c` if enabled.
179 * Note: also called by `cipher.c` if enabled.
196 * The requested mechanism is enabled in the legacy interface but not in the PSA interface. This was…
197 * `MBEDTLS_PSA_CRYPTO_CLIENT` is enabled, and the client has not yet activated the connection to th…
198 * `MBEDTLS_PSA_CRYPTO_CLIENT` is enabled, but the operation is part of the implementation of an enc…
211 …st because some feature is not enabled in `mbedtls_config.h` or `psa_config.h` doesn't guarantee t…
254 * For a caller in the legacy domain: if e.g. `MBEDTLS_SHA256_C` is enabled, then I want RSA-PSS to …
255 * For a caller in the PSA domain: if e.g. `PSA_WANT_ALG_SHA_256` is enabled, then I want RSA-PSS to…
258 …HA256_C` or `PSA_WANT_ALG_SHA_256` is enabled. If only `PSA_WANT_ALG_SHA_256` and not `MBEDTLS_SHA…
266 …here we would want to guarantee that if `MBEDTLS_xxx_C` is not enabled, but xxx is enabled through…
282 * PSA crypto is enabled and the hash algorithm is implemented via PSA.
288 * When `MBEDTLS_PSA_CRYPTO_CONFIG` is disabled, all legacy mechanisms are automatically enabled thr…
289 …enabled, there is no mandatory relationship between PSA support and legacy support for a mechanism…
293 …enabled. This would only save at best a very small amount of code size in the PSA dispatch code. T…
328 …_USE_PSA_CRYPTO`. Users who want to take full advantage of drivers will need to enabled this macro.
371 … source-level, and in in particular in builds that still have `CIPHER_C` enabled. (Compiled-code d…
394 * A [mixed-domain](#classification-of-callers) module that needs to calculate hashes is enabled.
395 * `MBEDTLS_MD_C` is enabled.
421 … when `MBEDTLS_MD_LIGHT` is enabled. Per “[Availability of hashes](#availability-of-hashes)”, `MBE…
424 …A_CRYPTO_C` or `MBEDTLS_PSA_CRYPTO_CLIENT` is enabled, and the corresponding `PSA_WANT_ALG_xxx` is…
476 MD light needs to support hashes that are only enabled through PSA. Therefore the `mbedtls_md_info_…
495 …formed through PSA now, and 0 otherwise. It is only defined on algorithms that are enabled via PSA.
499 Usage note: for algorithms that are not enabled via PSA, calling `psa_can_do_hash` is generally saf…
525 When `MBEDTLS_PSA_CRYPTO_CONFIG` is disabled, this is already the case. When is enabled, we will no…
573 The new module is automatically enabled in `config_adjust_legacy_crypto.h` by modules that need
610 …ough PSA now, and 0 otherwise. It is only defined on algorithms that are enabled via PSA. As a sta…