Searched refs:p_entropy (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/3rdparty/mbedtls/ |
H A D | ctr_drbg.c | 363 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 D | hmac_drbg.c | 210 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 D | hmac_drbg.h | 128 void *p_entropy; /*!< context for the entropy function */ member 228 void *p_entropy,
|
H A D | ctr_drbg.h | 214 void *p_entropy; /*!< The context for the entropy function. */ member 326 void *p_entropy,
|