mbedtls_entropy_source_state::threshold is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesmbedTLSmbedtls_entropy_source_state::threshold

mbedtls_entropy_source_state::threshold field

Minimum bytes required before release

Syntax

size_t threshold;

References

LocationReferrerText
entropy.h:115
size_t threshold; /**< Minimum bytes required before release */
entropy.c:163mbedtls_entropy_add_source()
ctx->source[idx].threshold = threshold;
entropy.c:368mbedtls_entropy_func()
if( ctx->source[i].size < ctx->source[i].threshold )

Data Use

Functions writing mbedtls_entropy_source_state::threshold
Functions reading mbedtls_entropy_source_state::threshold
all items filtered out
mbedtls_entropy_source_state::threshold
all items filtered out
Type of mbedtls_entropy_source_state::threshold
mbedtls_entropy_source_state::threshold
size_t
all items filtered out