mbedtls_ctr_drbg_context::f_entropy is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesmbedTLSmbedtls_ctr_drbg_context::f_entropy

mbedtls_ctr_drbg_context::f_entropy field

The entropy callback function.

Syntax

int (*f_entropy)(void *, unsigned char *, size_t);

References

LocationReferrerText
ctr_drbg.h:143
int (*f_entropy)(void *, unsigned char *, size_t);
ctr_drbg.c:96mbedtls_ctr_drbg_seed_entropy_len()
ctx->f_entropy = f_entropy;
ctr_drbg.c:395mbedtls_ctr_drbg_reseed()
if( 0 != ctx->f_entropy( ctx->p_entropy, seed,

Call Tree

Functions calling mbedtls_ctr_drbg_context::f_entropy
all items filtered out
mbedtls_ctr_drbg_context::f_entropy
Functions writing mbedtls_ctr_drbg_context::f_entropy
mbedtls_ctr_drbg_context::f_entropy