Home
last modified time | relevance | path

Searched refs:p_entropy (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/3rdparty/mbedtls/
H A Dctr_drbg.c363 if( 0 != ctx->f_entropy( ctx->p_entropy, seed, in mbedtls_ctr_drbg_reseed()
411 void *p_entropy, in mbedtls_ctr_drbg_seed() argument
428 ctx->p_entropy = p_entropy; in mbedtls_ctr_drbg_seed()
451 int (*f_entropy)(void *, unsigned char *, size_t), void *p_entropy, in mbedtls_ctr_drbg_seed_entropy_len() argument
456 return( mbedtls_ctr_drbg_seed( ctx, f_entropy, p_entropy, custom, len ) ); in mbedtls_ctr_drbg_seed_entropy_len()
H A Dhmac_drbg.c210 if( ( ret = ctx->f_entropy( ctx->p_entropy, in hmac_drbg_reseed_core()
228 if( ( ret = ctx->f_entropy( ctx->p_entropy, in hmac_drbg_reseed_core()
277 void *p_entropy, in mbedtls_hmac_drbg_seed() argument
304 ctx->p_entropy = p_entropy; in mbedtls_hmac_drbg_seed()
/reactos/sdk/include/reactos/libs/mbedtls/
H A Dhmac_drbg.h128 void *p_entropy; /*!< context for the entropy function */ member
228 void *p_entropy,
H A Dctr_drbg.h214 void *p_entropy; /*!< The context for the entropy function. */ member
326 void *p_entropy,