mbedtls/include/psa
Gilles Peskine 60b29fea46 Define WANT symbols for always-supported key types
PSA_KEY_TYPE_RAW_DATA and PSA_KEY_TYPE_DERIVE are always supported.
Make this explicit by declaring PSA_WANT_KEY_TYPE_RAW_DATA and
PSA_WANT_KEY_TYPE_DERIVE unconditionally. This makes it easier to
infer dependencies in a systematic way.

Don't generate not-supported test cases for those key types. They
would always be skipped, which is noise and would make it impossible
to eventually validate that all test cases pass in at least one
configuration over the whole CI.

Don't remove the exception in set_psa_test_dependencies.py for now, to
get less noise in dependencies. This may be revised later if it is
deemed more important to be systematic.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-02-17 14:50:52 +01:00
..
crypto.h Merge pull request #3872 from gabor-mezei-arm/3275_use_PSA_ERROR_DATA_INVALID_where_warranted 2021-02-03 20:54:46 +01:00
crypto_compat.h Rename AEAD tag length macros 2021-02-11 11:39:31 +01:00
crypto_config.h Define WANT symbols for always-supported key types 2021-02-17 14:50:52 +01: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 #3995 from stevew817/feature/psa_configurable_static_ram_usage 2021-02-16 12:52:24 +01:00
crypto_platform.h Minor documentation improvements 2021-01-04 21:00:53 +01:00
crypto_se_driver.h Fix possible error codes in the documentation 2021-01-26 13:48:26 +01:00
crypto_sizes.h Rename AEAD tag length macros 2021-02-11 11:39:31 +01:00
crypto_struct.h Rename unnamespaced identifiers 2021-01-20 17:42:25 +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 AEAD tag length macros 2021-02-11 11:39:31 +01:00