mbedTLS
mbedtls_ctr_drbg_context::entropy_len
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::entropy_len
mbedtls_ctr_drbg_context::entropy_len field
Syntax
Show:
Summary
Declaration
from
ctr_drbg.h:201
size_t
MBEDTLS_PRIVATE
(
entropy_len
;
Examples
References
from
examples
Code
Location
Referrer
size_t
MBEDTLS_PRIVATE
(
entropy_len
)
;
/*!< The amount of entropy grabbed on each
ctr_drbg.h:201
ctx
->
entropy_len
=
len
;
ctr_drbg.c:124
mbedtls_ctr_drbg_set_entropy_len()
if
(
ctx
->
entropy_len
>
MBEDTLS_CTR_DRBG_MAX_SEED_INPUT
)
{
ctr_drbg.c:456
mbedtls_ctr_drbg_reseed_internal()
if
(
nonce_len
>
MBEDTLS_CTR_DRBG_MAX_SEED_INPUT
-
ctx
->
entropy_len
)
{
ctr_drbg.c:459
mbedtls_ctr_drbg_reseed_internal()
if
(
len
>
MBEDTLS_CTR_DRBG_MAX_SEED_INPUT
-
ctx
->
entropy_len
-
nonce_len
)
{
ctr_drbg.c:462
mbedtls_ctr_drbg_reseed_internal()
if
(
0
!=
ctx
->
f_entropy
(
ctx
->
p_entropy
,
seed
,
ctx
->
entropy_len
)
)
{
ctr_drbg.c:469
mbedtls_ctr_drbg_reseed_internal()
seedlen
+=
ctx
->
entropy_len
;
ctr_drbg.c:472
mbedtls_ctr_drbg_reseed_internal()
if
(
ctx
->
entropy_len
==
0
)
{
ctr_drbg.c:555
mbedtls_ctr_drbg_seed()
ctx
->
entropy_len
=
MBEDTLS_CTR_DRBG_ENTROPY_LEN
;
ctr_drbg.c:556
mbedtls_ctr_drbg_seed()
good_nonce_len
(
ctx
->
entropy_len
)
)
;
ctr_drbg.c:564
mbedtls_ctr_drbg_seed()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ctr_drbg_context::entropy_len
is written by 2 functions and is read by 2 functions:
mbedtls_ctr_drbg_set_entropy_len()
mbedtls_ctr_drbg_seed()
All items filtered out
mbedtls_ctr_drbg_context::entropy_len
mbedtls_ctr_drbg_reseed_internal()
mbedtls_ctr_drbg_seed()
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