mbedTLS
mbedtls_ctr_drbg_context::p_entropy
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
mbedtls_ctr_drbg_context::p_entropy
mbedtls_ctr_drbg_context::p_entropy field
Syntax
Show:
Summary
Declaration
from
ctr_drbg.h:219
void
*
MBEDTLS_PRIVATE
(
p_entropy
;
Examples
References
from
examples
Code
Location
Referrer
void
*
MBEDTLS_PRIVATE
(
p_entropy
)
;
/*!< The context for the entropy function. */
ctr_drbg.h:219
if
(
0
!=
ctx
->
f_entropy
(
ctx
->
p_entropy
,
seed
,
ctx
->
entropy_len
)
)
{
ctr_drbg.c:469
mbedtls_ctr_drbg_reseed_internal()
if
(
0
!=
ctx
->
f_entropy
(
ctx
->
p_entropy
,
seed
+
seedlen
,
nonce_len
)
)
{
ctr_drbg.c:476
mbedtls_ctr_drbg_reseed_internal()
ctx
->
p_entropy
=
p_entropy
;
ctr_drbg.c:553
mbedtls_ctr_drbg_seed()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ctr_drbg_context::p_entropy
is written by 1 function and is read by 1 function:
mbedtls_ctr_drbg_seed()
All items filtered out
mbedtls_ctr_drbg_context::p_entropy
mbedtls_ctr_drbg_reseed_internal()
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