mbedtls/include/psa
Gilles Peskine 09c02ee95f Make PSA headers more self-contained
Several files among include/psa/crypto_*.h are not meant to be included
directly, and are not guaranteed to be valid if included directly. This
makes it harder to perform some static analyses. So make these files more
self-contained so that at least, if included on their own, there is no
missing macro or type definition (excluding the deliberate use of forward
declarations of structs and unions).

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-11-25 20:49:09 +01:00
..
crypto_builtin_composites.h Add MBEDTLS_PRIVATE to new structs 2021-09-24 11:20:04 +01:00
crypto_builtin_primitives.h
crypto_compat.h
crypto_config.h Implement PSA_WANT_KEY_TYPE_ARIA 2021-10-08 15:48:16 +02:00
crypto_driver_common.h Make PSA headers more self-contained 2021-11-25 20:49:09 +01:00
crypto_driver_contexts_composites.h
crypto_driver_contexts_primitives.h
crypto_extra.h Make PSA headers more self-contained 2021-11-25 20:49:09 +01:00
crypto_platform.h
crypto_se_driver.h
crypto_sizes.h Merge pull request #5076 from mstarzyk-mobica/psa_ccm_no_tag 2021-11-10 10:18:55 +01:00
crypto_struct.h Make PSA headers more self-contained 2021-11-25 20:49:09 +01:00
crypto_types.h
crypto_values.h Merge pull request #5076 from mstarzyk-mobica/psa_ccm_no_tag 2021-11-10 10:18:55 +01:00
crypto.h Add missing PSA_ALG_IS_SIGN_HASH macro. 2021-11-03 15:47:03 +01:00