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
STM32 Libraries and Samples
mbedTLS
mbedtls_ctr_drbg_context::entropy_len
mbedtls_ctr_drbg_context::entropy_len field
The amount of entropy grabbed on each seed or reseed operation.
Syntax
Show:
Summary
Declaration
from
ctr_drbg.h:134
size_t
entropy_len
;
Examples
References
from
examples
Code
Location
Referrer
size_t
entropy_len
;
/*!< The amount of entropy grabbed on each
ctr_drbg.h:134
ctx
->
entropy_len
=
entropy_len
;
ctr_drbg.c:99
mbedtls_ctr_drbg_seed_entropy_len()
ctx
->
entropy_len
=
len
;
ctr_drbg.c:146
mbedtls_ctr_drbg_set_entropy_len()
if
(
ctx
->
entropy_len
>
MBEDTLS_CTR_DRBG_MAX_SEED_INPUT
||
ctr_drbg.c:386
mbedtls_ctr_drbg_reseed()
len
>
MBEDTLS_CTR_DRBG_MAX_SEED_INPUT
-
ctx
->
entropy_len
)
ctr_drbg.c:387
mbedtls_ctr_drbg_reseed()
ctx
->
entropy_len
)
)
ctr_drbg.c:396
mbedtls_ctr_drbg_reseed()
seedlen
+=
ctx
->
entropy_len
;
ctr_drbg.c:401
mbedtls_ctr_drbg_reseed()
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 1 function:
mbedtls_ctr_drbg_seed_entropy_len()
mbedtls_ctr_drbg_set_entropy_len()
All items filtered out
mbedtls_ctr_drbg_context::entropy_len
mbedtls_ctr_drbg_reseed()
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