mbedtls/include/psa
Gilles Peskine 0344d8171d Simplify the SPM compatibility hack
Define psa_status_t to int32_t unconditionally. There's no reason to
refer to psa_error_t here: psa_error_t is int32_t if it's present. We
would only need a conditional definition if psa_defs.h and
psa_crypto.h used the same type name.

Keep the conditional definition of PSA_SUCCESS. Although the C
preprocessor allows a duplicate definition for a macro, it has to be
the exact same token sequence, not merely an equivalent way to build
the same value.
2018-12-20 20:09:04 +01:00
..
crypto_driver.h Some changes from 'pcd_' to 'psa_drv_' were missed 2018-10-26 10:56:11 -05:00
crypto_extra.h Fix indentation 2018-11-22 18:41:43 +02:00
crypto_platform.h Remove psa_key_slot_t from public headers 2018-12-11 16:48:13 +01:00
crypto_sizes.h Add TLS-1.2 PSK-to-MS key derivation algorithm identifier to PSA API 2018-11-19 11:24:21 +00:00
crypto_struct.h Add some missing compilation guards 2018-11-16 16:09:24 +01:00
crypto.h Simplify the SPM compatibility hack 2018-12-20 20:09:04 +01:00