Lines Matching refs:in
1 Conditional inclusion of cryptographic mechanism through the PSA API in Mbed TLS
4 …rface for deciding at build time which cryptographic mechanisms to include in the PSA Cryptography…
6 This is currently a proposal for Mbed TLS. It is not currently on track for standardization in PSA.
12 …include only a subset of the available cryptographic mechanisms, primarily in order to reduce the …
18 Mbed TLS offers a way to select which cryptographic mechanisms are included in a build through its …
22 …in implementations of cryptographic mechanisms) can be augmented with drivers. **Transparent drive…
24 …in particular do not work well for asymmetric cryptography. For example, many parts of the ECC cod…
32 [Req.drivers] If a PSA driver is available in the build, a suitably configured Mbed TLS build must …
34 … compiler. This is necessary to allow building an application and Mbed TLS in development environm…
52 … describes the feature that the symbol enables. The symbols are documented in the section [“PSA Cr…
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 …figuration file and the Mbed TLS configuration file. For example, the code in `aes.c` is enabled i…
71 …PSA_WANT_xxx` in the Mbed TLS configuration determines whether a feature is available through the …
74 * In Mbed TLS library code using `MBEDTLS_USE_PSA_CRYPTO`, for example in TLS to determine which ci…
79 …in the PSA Crypto configuration file, it may still be included in the build, either because the fe…
91 …ry common to wish to include only certain curves in a family, and that can lead to a significant g…
132 …ion of non-PSA code only depends on `MBEDTLS_xxx` symbols defined (or not) in `mbedtls/mbedtls_con…
134 …in `mbedtls/config_psa.h` are needed not only to build the PSA parts of the library, but also to b…
170 …psa.h` and `library/psa_check_config.h` should be generated automatically, in the same manner as `…
186 At the time of writing, the preferred configuration mechanism for a PSA service is in JSON syntax. …
188 …an perform that mechanism” in a driver description would be used to mean “the application wants to…
212 …ps? Not a priority: constrained devices don't do FFDH. Specify it as may change in future versions.
226 If a mechanism should only be supported in an opaque driver, what does the core need to know about …