Searched refs:f_entropy (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/3rdparty/mbedtls/ |
H A D | ctr_drbg.c | 99 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 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() 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 D | hmac_drbg.h | 127 int (*f_entropy)(void *, unsigned char *, size_t); /*!< entropy function */ member 227 int (*f_entropy)(void *, unsigned char *, size_t),
|
H A D | ctr_drbg.h | 211 int (*f_entropy)(void *, unsigned char *, size_t); member 325 int (*f_entropy)(void *, unsigned char *, size_t),
|