NCBI C++ ToolKit
Classes | Public Attributes | List of all members
psa_key_slot_t Struct Reference

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.)

+ Collaboration diagram for psa_key_slot_t:

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
 

Detailed Description

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.

Member Data Documentation

◆ attr

psa_key_attributes_t psa_key_slot_t::attr

Definition at line 62 of file psa_crypto_core.h.

◆ key

struct psa_key_slot_t::key_data psa_key_slot_t::key

◆ registered_readers

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().

◆ state

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().


The documentation for this struct was generated from the following file:
Modified on Wed Sep 04 15:05:35 2024 by modify_doxy.py rev. 669887