NCBI C++ ToolKit
|
Search Toolkit Book for psa_key_slot_t
The data structure representing a key slot, containing key material and metadata for one key. More...
#include "psa_crypto_core.h"
(Private to src/connect/mbedtls
.)
Classes | |
struct | key_data |
Public Attributes | |
psa_key_attributes_t | attr |
psa_key_slot_state_t | state |
size_t | registered_readers |
struct psa_key_slot_t::key_data | key |
The data structure representing a key slot, containing key material and metadata for one key.
Definition at line 61 of file psa_crypto_core.h.
psa_key_attributes_t psa_key_slot_t::attr |
Definition at line 62 of file psa_crypto_core.h.
struct psa_key_slot_t::key_data psa_key_slot_t::key |
size_t psa_key_slot_t::registered_readers |
Definition at line 109 of file psa_crypto_core.h.
Referenced by psa_key_slot_has_readers(), and psa_register_read().
psa_key_slot_state_t psa_key_slot_t::state |
Definition at line 82 of file psa_crypto_core.h.
Referenced by psa_key_slot_state_transition(), and psa_register_read().