Mistake on this page?
Report an issue in GitHub or email us
Data Fields
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. More...
 
size_t persistent_slots
 Number of slots containing key material for a key which is in internal persistent storage. More...
 
size_t external_slots
 Number of slots containing a reference to a key in a secure element. More...
 
size_t half_filled_slots
 Number of slots which are occupied, but do not contain key material yet. More...
 
size_t cache_slots
 Number of slots that contain cache data. More...
 
size_t empty_slots
 Number of slots that are not used for anything. More...
 
psa_app_key_id_t max_open_internal_key_id
 Largest key id value among open keys in internal persistent storage. More...
 
psa_app_key_id_t max_open_external_key_id
 Largest key id value among open keys in secure elements. More...
 

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 219 of file TARGET_MBED_PSA_SRV/inc/psa/crypto_extra.h.

Field Documentation

size_t cache_slots

Number of slots that contain cache data.

Definition at line 233 of file TARGET_MBED_PSA_SRV/inc/psa/crypto_extra.h.

size_t empty_slots

Number of slots that are not used for anything.

Definition at line 235 of file TARGET_MBED_PSA_SRV/inc/psa/crypto_extra.h.

size_t external_slots

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

Definition at line 228 of file TARGET_MBED_PSA_SRV/inc/psa/crypto_extra.h.

size_t half_filled_slots

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

Definition at line 231 of file TARGET_MBED_PSA_SRV/inc/psa/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 239 of file TARGET_MBED_PSA_SRV/inc/psa/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 237 of file TARGET_MBED_PSA_SRV/inc/psa/crypto_extra.h.

size_t persistent_slots

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

Definition at line 225 of file TARGET_MBED_PSA_SRV/inc/psa/crypto_extra.h.

size_t volatile_slots

Number of slots containing key material for a volatile key.

Definition at line 222 of file TARGET_MBED_PSA_SRV/inc/psa/crypto_extra.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.