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

mbedtls_entropy_source_state::p_source field

The callback data pointer

Syntax

void * p_source;

References

LocationReferrerText
entropy.h:113
void * p_source; /**< The callback data pointer */
entropy.c:162mbedtls_entropy_add_source()
ctx->source[idx].p_source = p_source;
entropy.c:277entropy_gather_internal()
if( ( ret = ctx->source[i].f_source( ctx->source[i].p_source,

Data Use

Functions writing mbedtls_entropy_source_state::p_source
Functions reading mbedtls_entropy_source_state::p_source
all items filtered out
mbedtls_entropy_source_state::p_source
all items filtered out