Searched refs:p_source (Results 1 – 2 of 2) sorted by relevance
110 void * MBEDTLS_PRIVATE(p_source); /**< The callback data pointer */181 mbedtls_entropy_f_source_ptr f_source, void *p_source,
114 mbedtls_entropy_f_source_ptr f_source, void *p_source, in mbedtls_entropy_add_source() argument132 ctx->source[idx].p_source = p_source; in mbedtls_entropy_add_source()249 if( ( ret = ctx->source[i].f_source( ctx->source[i].p_source, in entropy_gather_internal()
Completed in 4 milliseconds