mbedTLS
psa_global_data_t
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
psa_global_data_t
psa_global_data_t struct
Syntax
Show:
Summary
Declaration
from
psa_crypto.c:115
typedef
struct
{
uint8_t
initialized
;
uint8_t
rng_state
;
mbedtls_psa_random_context_t
rng
;
}
psa_global_data_t
;
Fields
Field
Declared as
psa_global_data_t::initialized
uint8_t
psa_global_data_t::rng_state
uint8_t
psa_global_data_t::rng
mbedtls_psa_random_context_t
psa_global_data_t::key_slices
psa_key_slot_t
*
[
KEY_SLICE_COUNT
]
psa_global_data_t::first_free_slot_index
size_t
[
KEY_SLOT_VOLATILE_SLICE_COUNT
]
psa_global_data_t::key_slots_initialized
uint8_t
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
psa_crypto.c:115
}
psa_global_data_t
;
psa_crypto.c:119
typedef
struct
{
psa_crypto_slot_management.c:183
}
psa_global_data_t
;
psa_crypto_slot_management.c:191
}
psa_global_data_t
;
psa_crypto.c:119
psa_global_data_t
static
psa_global_data_t
global_data
;
psa_crypto.c:121
}
psa_global_data_t
;
psa_crypto_slot_management.c:191
psa_global_data_t
static
psa_global_data_t
global_data
;
psa_crypto_slot_management.c:193
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
global_data
psa_crypto.c:121
global_data
psa_crypto_slot_management.c:193
Lifecycle
from
examples
All items filtered out
All items filtered out