mbedtls/include
Jaeden Amero 39f03fcf1a psa: Add PSA_KEY_ID_INIT
A macro useful for initializing psa_key_id_t, whether
MBEDTLS_PSA_CRYPTO_KEY_FILE_ID_ENCODES_OWNER is set or not. Without this
macro, it is necessary to know if
MBEDTLS_PSA_CRYPTO_KEY_FILE_ID_ENCODES_OWNER as with it the key ID is
non-scalar and needs to be initialized with {0, 0}, and 0 otherwise when
key ID is scalar.
2019-08-28 17:24:27 +01:00
..
mbedtls Merge remote-tracking branch 'crypto/pr/212' into development 2019-08-16 11:02:31 +01:00
psa psa: Add PSA_KEY_ID_INIT 2019-08-28 17:24:27 +01:00
.gitignore Rename include directory to mbedtls 2015-03-10 11:23:56 +00:00
CMakeLists.txt Merge remote-tracking branch 'tls/development' into development 2019-07-31 10:37:53 +01:00