|
Mbed TLS v4.0.0
|
#include <crypto_types.h>
Data Fields | |
| psa_key_id_t | private_key_id |
| mbedtls_key_owner_id_t | private_owner |
Encoding of key identifiers as seen inside the PSA Crypto implementation.
When PSA Crypto is built as a library inside an application, this type is identical to psa_key_id_t. When PSA Crypto is built as a service that can store keys on behalf of multiple clients, this type encodes the psa_key_id_t value seen by each client application as well as extra information that identifies the client that owns the key.
Definition at line 293 of file crypto_types.h.
| psa_key_id_t mbedtls_svc_key_id_t::private_key_id |
Definition at line 294 of file crypto_types.h.
| mbedtls_key_owner_id_t mbedtls_svc_key_id_t::private_owner |
Definition at line 295 of file crypto_types.h.
1.8.6