mbedtls/include/psa
Ronald Cron 395889f9b7 psa: Make sure MBEDTLS_PSA_CRYPTO_CLIENT is defined
Make sure MBEDTLS_PSA_CRYPTO_CLIENT is defined
when MBEDTLS_PSA_CRYPTO_C is defined and guard
PSA client code only with MBEDTLS_PSA_CRYPTO_CLIENT.

The definition of MBEDTLS_PSA_CRYPTO_CLIENT is done
in crypto_types.h before the definition of
psa_key_attributes_t. That way as PSA crypto client
code is related to key attributes we can be quite
confident that MBEDTLS_PSA_CRYPTO_CLIENT will be
defined when needed.

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
2021-02-09 15:36:08 +01:00
..
crypto_compat.h Fix rename of output buffer size macros 2021-01-21 13:20:21 +01:00
crypto_config.h Add hashes as crypto config by default 2020-11-27 08:43:28 -08:00
crypto_driver_common.h Remove old-style accelerator and entropy driver interfaces 2020-11-30 17:37:14 +01:00
crypto_extra.h Merge pull request #3895 from gilles-peskine-arm/psa-external-random 2021-01-06 17:09:11 +01:00
crypto_platform.h Minor documentation improvements 2021-01-04 21:00:53 +01:00
crypto_se_driver.h psa: Fix references to macros in comments 2020-11-10 16:18:07 +01:00
crypto_sizes.h Fix documentation 2021-01-28 14:33:10 +01:00
crypto_struct.h psa: Fix tests/handling of lifetime incompatible with location 2020-11-10 18:18:15 +01:00
crypto_types.h psa: Make sure MBEDTLS_PSA_CRYPTO_CLIENT is defined 2021-02-09 15:36:08 +01:00
crypto_values.h Rename output buffer size macros 2021-01-21 13:17:25 +01:00
crypto.h Rename output buffer size macros 2021-01-21 13:17:25 +01:00