Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/mbedtls/
H A Dctr_drbg.c99 if( ctx->f_entropy != NULL ) in mbedtls_ctr_drbg_free()
363 if( 0 != ctx->f_entropy( ctx->p_entropy, seed, in mbedtls_ctr_drbg_reseed()
410 int (*f_entropy)(void *, unsigned char *, size_t), in mbedtls_ctr_drbg_seed()
427 ctx->f_entropy = f_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()
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()
276 int (*f_entropy)(void *, unsigned char *, size_t), in mbedtls_hmac_drbg_seed()
303 ctx->f_entropy = f_entropy; in mbedtls_hmac_drbg_seed()
377 if( ctx->f_entropy != NULL && /* For no-reseeding instances */ in mbedtls_hmac_drbg_random_with_add()
/reactos/sdk/include/reactos/libs/mbedtls/
H A Dhmac_drbg.h127 int (*f_entropy)(void *, unsigned char *, size_t); /*!< entropy function */ member
227 int (*f_entropy)(void *, unsigned char *, size_t),
H A Dctr_drbg.h211 int (*f_entropy)(void *, unsigned char *, size_t); member
325 int (*f_entropy)(void *, unsigned char *, size_t),