mbedtls/include
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
..
mbedtls Declare a psa_key_file_id_t layout with an owner field 2019-02-20 12:52:09 +01:00
psa Declare a psa_key_file_id_t layout with an owner field 2019-02-20 12:52:09 +01:00
.gitignore Rename include directory to mbedtls 2015-03-10 11:23:56 +00:00
CMakeLists.txt Fix out-of-tree builds that use the PSA crypto API headers 2019-01-29 16:08:46 +00:00