Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

mbedtls_psa_stats_s Struct Reference

mbedtls_psa_stats_s Struct Reference

Statistics about resource consumption related to the PSA keystore. More...

#include <crypto_extra.h>

Data Fields

size_t volatile_slots
 Number of slots containing key material for a volatile key.
size_t persistent_slots
 Number of slots containing key material for a key which is in internal persistent storage.
size_t external_slots
 Number of slots containing a reference to a key in a secure element.
size_t half_filled_slots
 Number of slots which are occupied, but do not contain key material yet.
size_t cache_slots
 Number of slots that contain cache data.
size_t empty_slots
 Number of slots that are not used for anything.
psa_app_key_id_t max_open_internal_key_id
 Largest key id value among open keys in internal persistent storage.
psa_app_key_id_t max_open_external_key_id
 Largest key id value among open keys in secure elements.

Detailed Description

Statistics about resource consumption related to the PSA keystore.

Note:
The content of this structure is not part of the stable API and ABI of Mbed Crypto and may change arbitrarily from version to version.

Definition at line 232 of file crypto_extra.h.


Field Documentation

size_t cache_slots

Number of slots that contain cache data.

Definition at line 246 of file crypto_extra.h.

size_t empty_slots

Number of slots that are not used for anything.

Definition at line 248 of file crypto_extra.h.

Number of slots containing a reference to a key in a secure element.

Definition at line 241 of file crypto_extra.h.

Number of slots which are occupied, but do not contain key material yet.

Definition at line 244 of file crypto_extra.h.

psa_app_key_id_t max_open_external_key_id

Largest key id value among open keys in secure elements.

Definition at line 252 of file crypto_extra.h.

psa_app_key_id_t max_open_internal_key_id

Largest key id value among open keys in internal persistent storage.

Definition at line 250 of file crypto_extra.h.

Number of slots containing key material for a key which is in internal persistent storage.

Definition at line 238 of file crypto_extra.h.

Number of slots containing key material for a volatile key.

Definition at line 235 of file crypto_extra.h.