mbedTLS
psa_global_data_t::rng
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::rng
psa_global_data_t::rng field
Syntax
Show:
Summary
Declaration
from
psa_crypto.c:118
mbedtls_psa_random_context_t
rng
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_psa_random_context_t
rng
;
psa_crypto.c:118
ret
=
mbedtls_ctr_drbg_random
(
&
global_data
.
rng
.
drbg
,
output
,
request_size
)
;
psa_crypto.c:4261
psa_generate_random_internal()
global_data
.
rng
.
entropy_init
=
entropy_init
;
psa_crypto.c:8101
mbedtls_psa_crypto_configure_entropy_sources()
global_data
.
rng
.
entropy_free
=
entropy_free
;
psa_crypto.c:8102
mbedtls_psa_crypto_configure_entropy_sources()
mbedtls_psa_random_free
(
&
global_data
.
rng
)
;
psa_crypto.c:8140
mbedtls_psa_crypto_free()
mbedtls_platform_zeroize
(
&
global_data
.
rng
,
sizeof
(
global_data
.
rng
)
)
;
psa_crypto.c:8143
mbedtls_psa_crypto_free()
mbedtls_psa_random_init
(
&
global_data
.
rng
)
;
psa_crypto.c:8261
mbedtls_psa_crypto_init_subsystem()
status
=
mbedtls_psa_random_seed
(
&
global_data
.
rng
)
;
psa_crypto.c:8264
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
is read by 3 functions:
All items filtered out
psa_global_data_t::rng
psa_generate_random_internal()
mbedtls_psa_crypto_configure_entropy_sources()
mbedtls_psa_crypto_free()
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