mbedtls_psa_stats_s is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
private_empty_slots
Number of slots that are not used for anything.
private_locked_slots
Number of slots that are locked.
private_max_open_internal_key_id
Largest key id value among open keys in internal persistent storage.
private_max_open_external_key_id
Largest key id value among open keys in secure elements.
private_volatile_slots
Number of slots containing key material for a volatile key.
private_persistent_slots
Number of slots containing key material for a key which is in internal persistent storage.
private_external_slots
Number of slots containing a reference to a key in a secure element.
private_half_filled_slots
Number of slots which are occupied, but do not contain key material yet.
private_cache_slots
Number of slots that contain cache data.
size_t MBEDTLS_PRIVATE(volatile_slots
Number of slots containing key material for a volatile key.
size_t MBEDTLS_PRIVATE(persistent_slots
Number of slots containing key material for a key which is in internal persistent storage.
size_t MBEDTLS_PRIVATE(external_slots
Number of slots containing a reference to a key in a secure element.
size_t MBEDTLS_PRIVATE(half_filled_slots
Number of slots which are occupied, but do not contain key material yet.
size_t MBEDTLS_PRIVATE(cache_slots
Number of slots that contain cache data.
size_t MBEDTLS_PRIVATE(empty_slots
Number of slots that are not used for anything.
size_t MBEDTLS_PRIVATE(locked_slots
Number of slots that are locked.
psa_key_id_t MBEDTLS_PRIVATE(max_open_internal_key_id
Largest key id value among open keys in internal persistent storage.
psa_key_id_t MBEDTLS_PRIVATE(max_open_external_key_id
Largest key id value among open keys in secure elements.

References

from examples