psa: Rename pss_key_owner_id_t to mbedtls_key_owner_id_t

Rename psa_key_owner_id_t to mbedtls_key_owner_id_t to
highlight that this is a Mbed TLS specific type and not
a type defined in the PSA Cryptography API specification.

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
Ronald Cron 2020-09-01 15:50:17 +02:00
parent fa7d7af55d
commit 72f65fc6e9
4 changed files with 5 additions and 5 deletions

View file

@ -1264,7 +1264,7 @@
*
* This is only meaningful when building the library as part of a
* multi-client service. When you activate this option, you must provide
* an implementation of the type psa_key_owner_id_t and a translation
* an implementation of the type mbedtls_key_owner_id_t and a translation
* from psa_key_file_id_t to file name in all the storage backends that
* you wish to support.
*