mbedTLS
psa_global_data_t::initialized
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::initialized
psa_global_data_t::initialized field
Syntax
Show:
Summary
Declaration
from
psa_crypto.c:116
uint8_t
initialized
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
initialized
;
psa_crypto.c:116
(
initialized
&&
(
global_data
.
initialized
==
PSA_CRYPTO_SUBSYSTEM_ALL_INITIALISED
)
)
;
psa_crypto.c:142
psa_get_initialized()
initialized
=
(
global_data
.
initialized
&
PSA_CRYPTO_SUBSYSTEM_DRIVER_WRAPPERS_INITIALIZED
)
!=
0
;
psa_crypto.c:159
psa_get_drivers_initialized()
if
(
global_data
.
initialized
&
PSA_CRYPTO_SUBSYSTEM_TRANSACTION_INITIALIZED
)
{
psa_crypto.c:8122
mbedtls_psa_crypto_free()
global_data
.
initialized
&=
~
PSA_CRYPTO_SUBSYSTEM_TRANSACTION_INITIALIZED
;
psa_crypto.c:8123
mbedtls_psa_crypto_free()
if
(
global_data
.
initialized
&
PSA_CRYPTO_SUBSYSTEM_KEY_SLOTS_INITIALIZED
)
{
psa_crypto.c:8126
mbedtls_psa_crypto_free()
global_data
.
initialized
&=
~
PSA_CRYPTO_SUBSYSTEM_KEY_SLOTS_INITIALIZED
;
psa_crypto.c:8128
mbedtls_psa_crypto_free()
if
(
global_data
.
initialized
&
PSA_CRYPTO_SUBSYSTEM_DRIVER_WRAPPERS_INITIALIZED
)
{
psa_crypto.c:8154
mbedtls_psa_crypto_free()
global_data
.
initialized
&=
~
PSA_CRYPTO_SUBSYSTEM_DRIVER_WRAPPERS_INITIALIZED
;
psa_crypto.c:8156
mbedtls_psa_crypto_free()
if
(
!
(
global_data
.
initialized
&
PSA_CRYPTO_SUBSYSTEM_DRIVER_WRAPPERS_INITIALIZED
)
)
{
psa_crypto.c:8202
mbedtls_psa_crypto_init_subsystem()
global_data
.
initialized
|=
PSA_CRYPTO_SUBSYSTEM_DRIVER_WRAPPERS_INITIALIZED
;
psa_crypto.c:8207
mbedtls_psa_crypto_init_subsystem()
if
(
!
(
global_data
.
initialized
&
PSA_CRYPTO_SUBSYSTEM_KEY_SLOTS_INITIALIZED
)
)
{
psa_crypto.c:8224
mbedtls_psa_crypto_init_subsystem()
global_data
.
initialized
|=
PSA_CRYPTO_SUBSYSTEM_KEY_SLOTS_INITIALIZED
;
psa_crypto.c:8228
mbedtls_psa_crypto_init_subsystem()
(
global_data
.
initialized
&
PSA_CRYPTO_SUBSYSTEM_DRIVER_WRAPPERS_INITIALIZED
)
;
psa_crypto.c:8245
mbedtls_psa_crypto_init_subsystem()
if
(
!
(
global_data
.
initialized
&
PSA_CRYPTO_SUBSYSTEM_TRANSACTION_INITIALIZED
)
)
{
psa_crypto.c:8283
mbedtls_psa_crypto_init_subsystem()
global_data
.
initialized
|=
PSA_CRYPTO_SUBSYSTEM_TRANSACTION_INITIALIZED
;
psa_crypto.c:8298
mbedtls_psa_crypto_init_subsystem()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
psa_global_data_t::initialized
is written by 2 functions and is read by 4 functions:
mbedtls_psa_crypto_free()
mbedtls_psa_crypto_init_subsystem()
All items filtered out
psa_global_data_t::initialized
psa_get_initialized()
psa_get_drivers_initialized()
mbedtls_psa_crypto_free()
mbedtls_psa_crypto_init_subsystem()
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
Lifecycle
from
examples
All items filtered out
All items filtered out