• Home
  • Raw
  • Download

Lines Matching refs:configuration

18 …ct which cryptographic mechanisms are included in a build through its configuration file (`mbedtls…
34 [Req.c] The configuration mechanism consists of C preprocessor definitions, and the build does not …
50 ### PSA Crypto configuration file
52configuration file `psa/crypto_config.h` defines a series of symbols of the form `PSA_WANT_xxx` wh…
57 …ncluded based on both the content of the PSA Crypto configuration file and the Mbed TLS configurat…
59 ### PSA Crypto configuration symbols
63 A PSA Crypto configuration symbol is a C preprocessor symbol whose name starts with `PSA_WANT_`.
71 The presence of a symbol `PSA_WANT_xxx` in the Mbed TLS configuration determines whether a feature …
79 If a feature is not requested for inclusion in the PSA Crypto configuration file, it may still be i…
95 There are no configuration symbols for Diffie-Hellman groups (`PSA_DH_GROUP_xxx`).
111 In addition to the [configuration symbols](#psa-crypto-configuration-symbols), we need two parallel…
124 #### New-style definition of configuration symbols
126 … to define all the `MBEDTLS_xxx_C` configuration symbols, including the ones deduced from the PSA …
130 #### Old-style definition of configuration symbols
132configuration of Mbed TLS works as before, and the inclusion of non-PSA code only depends on `MBED…
138 #### Summary of definitions of configuration symbols
142 The following table summarizes where symbols are defined depending on the configuration mode.
162 The header file **`library/psa_check_config.h`** applies sanity checks to the configuration, throwi…
166 Since configuration symbols must be undefined or 1, any other value should trigger an `#error`.
170 …essor symbol manipulation is systematic calculations that analyze the configuration. `mbedtls/conf…
184 ### JSON configuration mechanism
186 At the time of writing, the preferred configuration mechanism for a PSA service is in JSON syntax. …
188configuration mechanism would be similar to capability specifications of transparent drivers. The …
204 The names of [elliptic curve symbols](#configuration-symbols-for-elliptic-curves) are a bit weird: …
214 #### Coexistence with the current Mbed TLS configuration