mbedTLS
mbedtls_ctr_drbg_set_entropy_len()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
mbedTLS
mbedtls_ctr_drbg_set_entropy_len()
mbedtls_ctr_drbg_set_entropy_len() function
This function sets the amount of entropy grabbed on each seed or reseed. The default value is #MBEDTLS_CTR_DRBG_ENTROPY_LEN.
Syntax
Show:
Summary
Declaration
Definition
from
ctr_drbg.h:218
void
mbedtls_ctr_drbg_set_entropy_len
(
mbedtls_ctr_drbg_context
*
ctx
,
size_t
len
)
;
Implemented in
ctr_drbg.c:144
Arguments
Argument
Description
ctx
The CTR_DRBG context.
len
The amount of entropy to grab.
Related Functions
Found 10 other functions taking a
mbedtls_ctr_drbg_context
argument:
Function
Description
mbedtls_ctr_drbg_init()
This function initializes the CTR_DRBG context, and prepares it for mbedtls_ctr_drbg_seed() or mbedtls_ctr_drbg_free().
mbedtls_ctr_drbg_seed()
This function seeds and sets up the CTR_DRBG entropy source for future reseeds.
mbedtls_ctr_drbg_free()
This function clears CTR_CRBG context data.
ctr_drbg_update_internal()
mbedtls_ctr_drbg_reseed()
This function reseeds the CTR_DRBG context, that is extracts data from the entropy source.
mbedtls_ctr_drbg_update_ret()
This function updates the state of the CTR_DRBG context.
mbedtls_ctr_drbg_seed_entropy_len()
mbedtls_ctr_drbg_set_prediction_resistance()
This function turns prediction resistance on or off. The default value is off.
mbedtls_ctr_drbg_set_reseed_interval()
This function sets the reseed interval. The default value is #MBEDTLS_CTR_DRBG_RESEED_INTERVAL.
mbedtls_ctr_drbg_update()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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