arm-trusted-firmware/lib/psa
Leo Yan 8a41106c83 fix(psa): guard Crypto APIs with CRYPTO_SUPPORT
When building Crypto APIs, it requires dependency on external headers,
e.g., Mbedtls headers.  Without the CRYPTO_SUPPORT configuration,
external dependencies are not set up,  building Crypto APIs will fail.

Guard Crypto APIs with the CRYPTO_SUPPORT configuration, to make sure
the code is built only for Crypto enabled case.

Change-Id: Iffe1220b0e6272586c46432b4f8d0512cb39b0b5
Signed-off-by: Leo Yan <leo.yan@arm.com>
2025-02-04 10:26:02 +00:00
..
cca_attestation.c feat(psa): introduce generic library for CCA attestation 2024-06-07 11:40:08 +01:00
delegated_attestation.c refactor(psa): change all occurrences of RSS to RSE 2024-04-22 15:44:38 +02:00
dice_protection_environment.c refactor(psa): change all occurrences of RSS to RSE 2024-04-22 15:44:38 +02:00
measured_boot.c refactor(psa): change all occurrences of RSS to RSE 2024-04-22 15:44:38 +02:00
measured_boot_private.h refactor(psa): change all occurrences of RSS to RSE 2024-04-22 15:44:38 +02:00
rse_platform.c fix(psa): guard Crypto APIs with CRYPTO_SUPPORT 2025-02-04 10:26:02 +00:00