Lines Matching refs:h

18 …sms are included in a build through its configuration file (`mbedtls_config.h`). This mechanism is…
52 The PSA Crypto configuration file `psa/crypto_config.h` defines a series of symbols of the form `PS…
54 …`MBEDTLS_PSA_CRYPTO_CONFIG` in `mbedtls/mbedtls_config.h` determines whether `psa/crypto_config.h`…
57 …es.c` is enabled if either `mbedtls/mbedtls_config.h` contains `MBEDTLS_AES_C` or `psa/crypto_conf…
126h` needs to define all the `MBEDTLS_xxx_C` configuration symbols, including the ones deduced from …
128 `mbedtls/config_psa.h` includes `psa/crypto_config.h`, the user-editable file that defines applicat…
132 …s defined (or not) in `mbedtls/mbedtls_config.h`. Furthermore, the new header file **`mbedtls/conf…
134h` are needed not only to build the PSA parts of the library, but also to build code that uses the…
136h` or an edited copy of `mbedtls/mbedtls_config.h` from an earlier version of Mbed TLS, `mbedtls/c…
140 …TLS_PSA_CRYPTO_CONFIG` is set or not, `mbedtls/config_psa.h` includes `mbedtls/crypto_drivers.h`, …
150 | `MBEDTLS_xxx_C` | `mbedtls/mbedtls_config.h` (U) or | `mbedtls/mbedtls_config.h` (U) …
151 | | `mbedtls/config_psa.h` (D) | …
152 | `PSA_WANT_xxx` | `psa/crypto_config.h` (U) | `mbedtls/config_psa.h` (D) …
153 | `MBEDTLS_PSA_BUILTIN_xxx` | `mbedtls/config_psa.h` (D) | `mbedtls/config_psa.h` (D) …
154 | `MBEDTLS_PSA_ACCEL_xxx` | `mbedtls/crypto_drivers.h` (G) | N/A …
162 The header file **`library/psa_check_config.h`** applies sanity checks to the configuration, throwi…
164 A mechanism similar to `mbedtls/check_config.h` detects errors such as enabling ECDSA but no curve.
170 …ations that analyze the configuration. `mbedtls/config_psa.h` and `library/psa_check_config.h` sho…