mbedtls/include/psa
Gilles Peskine 69d7c8b2d7 Declare a psa_key_file_id_t layout with an owner field
Declare the owner as psa_key_owner_id_t, of which an implementation
must be provided separately.

Make this a configuration option
MBEDTLS_PSA_CRYPTO_KEY_FILE_ID_ENCODES_OWNER, to make the conditional
compilation flow easier to follow. Declare it in config.h to
pacify check_names.sh.

Support for a specific implementation of psa_key_owner_id_t in storage
backends will come in a subsequent commit.
2019-02-20 12:52:09 +01:00
..
crypto.h Replace PSA error code definitions with the ones defined in PSA spec 2019-02-18 13:53:13 +02:00
crypto_accel_driver.h Split crypto_driver.h into one for each driver type 2018-12-21 18:17:10 +01:00
crypto_driver_common.h Split crypto_driver.h into one for each driver type 2018-12-21 18:17:10 +01:00
crypto_entropy_driver.h Split crypto_driver.h into one for each driver type 2018-12-21 18:17:10 +01:00
crypto_extra.h Replace ITS specific types with more generic PSA storage types 2019-02-18 13:56:26 +02:00
crypto_platform.h Declare a psa_key_file_id_t layout with an owner field 2019-02-20 12:52:09 +01:00
crypto_se_driver.h Replace PSA error code definitions with the ones defined in PSA spec 2019-02-18 13:53:13 +02:00
crypto_sizes.h psa: Rename PSA_HASH_FINAL_SIZE to PSA_HASH_SIZE 2019-02-07 12:19:59 +00:00
crypto_struct.h psa: Add initializers for cipher operation objects 2019-01-08 14:28:04 +00:00
crypto_types.h Declare a psa_key_file_id_t layout with an owner field 2019-02-20 12:52:09 +01:00
crypto_values.h Replace PSA error code definitions with the ones defined in PSA spec 2019-02-18 13:53:13 +02:00