mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-10-27 11:27:39 +00:00
`psa_key_file_id_t` was defined in `crypto_platform.h` and not `crypto_types.h` even if it wasn't platform dependent because back when the PSA Crypto Specification was put together `crypto_types.h` was meant to contain only types that were intended to make it to the specification. There is not such constraint anymore thus move the definition of `psa_key_file_id_t` to crypto_types.h. Signed-off-by: Ronald Cron <ronald.cron@arm.com> |
||
|---|---|---|
| .. | ||
| crypto.h | ||
| crypto_accel_driver.h | ||
| crypto_compat.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 | ||