mbedtls/include
Gilles Peskine 572f067205 PSA crypto service: encode the key owner (ITS backend only)
When building for the PSA crypto service (defined(PSA_CRYPTO_SECURE)),
define psa_key_owner_id_t as int32_t, which is how a PSA platform
encodes partition identity. Note that this only takes effect when the
build option MBEDTLS_PSA_CRYPTO_KEY_FILE_ID_ENCODES_OWNER is active.

Support this configuration in the ITS backend.
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 PSA crypto service: encode the key owner (ITS backend only) 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