mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-10-27 11:27:39 +00:00
Provided more detailed documentation for crypto_config.h file so it is clear to users can enable cryptographic mechanisms using PSA_WANT_XXX. If MBEDTLS_PSA_CRYPTO_CONFIG is not set the settings in this file are not used. Ensure that defines used in this file are set to 1 and not simply defined per the specification. Also removed the __cplusplus guards since they are not needed for this file. Signed-off-by: John Durkop <john.durkop@fermatsoftware.com> |
||
|---|---|---|
| .. | ||
| crypto.h | ||
| crypto_accel_driver.h | ||
| crypto_compat.h | ||
| crypto_config.h | ||
| crypto_driver_common.h | ||
| crypto_entropy_driver.h | ||
| crypto_extra.h | ||
| crypto_platform.h | ||
| crypto_se_driver.h | ||
| crypto_sizes.h | ||
| crypto_struct.h | ||
| crypto_types.h | ||
| crypto_values.h | ||