mbedTLS
psa_global_data_t::rng_state
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (2/5)...
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::rng_state
psa_global_data_t::rng_state field
Syntax
Show:
Summary
Declaration
from
psa_crypto.c:117
uint8_t
rng_state
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
rng_state
;
psa_crypto.c:117
initialized
=
global_data
.
rng_state
==
RNG_SEEDED
;
psa_crypto.c:131
psa_get_initialized()
if
(
global_data
.
rng_state
!=
RNG_NOT_INITIALIZED
)
{
psa_crypto.c:8098
mbedtls_psa_crypto_configure_entropy_sources()
if
(
global_data
.
rng_state
!=
RNG_NOT_INITIALIZED
)
{
psa_crypto.c:8139
mbedtls_psa_crypto_free()
global_data
.
rng_state
=
RNG_NOT_INITIALIZED
;
psa_crypto.c:8142
mbedtls_psa_crypto_free()
if
(
global_data
.
rng_state
==
RNG_NOT_INITIALIZED
&&
driver_wrappers_initialized
)
{
psa_crypto.c:8260
mbedtls_psa_crypto_init_subsystem()
global_data
.
rng_state
=
RNG_INITIALIZED
;
psa_crypto.c:8262
mbedtls_psa_crypto_init_subsystem()
global_data
.
rng_state
=
RNG_SEEDED
;
psa_crypto.c:8266
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::rng_state
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::rng_state
psa_get_initialized()
mbedtls_psa_crypto_configure_entropy_sources()
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