1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Merge pull request #9403 from gilles-peskine-arm/psa-keystore-dynamic-prep-3.6

Backport 3.6: prepare for dynamic key store
This commit is contained in:
Gilles Peskine
2024-08-09 08:00:03 +00:00
committed by GitHub
19 changed files with 408 additions and 118 deletions

View File

@ -129,6 +129,9 @@ static psa_key_attributes_t psa_key_attributes_init(void);
*
* \param[out] attributes The attribute structure to write to.
* \param key The persistent identifier for the key.
* This can be any value in the range from
* #PSA_KEY_ID_USER_MIN to #PSA_KEY_ID_USER_MAX
* inclusive.
*/
static void psa_set_key_id(psa_key_attributes_t *attributes,
mbedtls_svc_key_id_t key);