mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
d0c4e01ca3
When psa_status_t is defined inside crypto_types.h, then all users of psa_status_t are forced to pull the full range of PSA Crypto API type definitions. This however means that psa_status_t cannot be used when defining those PSA Crypto API types, since doing so would create a cycle. Fix this by moving the PSA status definitions into a separate header file which additionally is compatible with the PSA Status code API. Signed-off-by: Armin Wolf <W_Armin@gmx.de> |
||
---|---|---|
.. | ||
include | ||
psa_key_slot_mgmt | ||
psa_persistent_storage | ||
psa_se_mgmt | ||
doc.txt | ||
Kconfig | ||
Kconfig.keys | ||
Makefile | ||
Makefile.dep | ||
Makefile.include | ||
psa_crypto_algorithm_dispatch.c | ||
psa_crypto_location_dispatch.c | ||
psa_crypto.c |