Home
last modified time | relevance | path

Searched hist:"8 a41106c83961029c2d251f390c091d398c100a6" (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/lib/psa/
H A Drse_platform.c8a41106c83961029c2d251f390c091d398c100a6 Fri Jan 31 17:16:34 UTC 2025 Leo Yan <leo.yan@arm.com> 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>
/rk3399_ARM-atf/include/lib/psa/
H A Drse_platform_api.h8a41106c83961029c2d251f390c091d398c100a6 Fri Jan 31 17:16:34 UTC 2025 Leo Yan <leo.yan@arm.com> 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>