Searched refs:p_entropy (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | hmac_drbg.h | 93 void *p_entropy; /*!< context for the entropy function */ member 137 void *p_entropy,
|
A D | ctr_drbg.h | 140 void *p_entropy; /*!< The context for the entropy function. */ member 178 void *p_entropy,
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | ctr_drbg.c | 84 void *p_entropy, in mbedtls_ctr_drbg_seed_entropy_len() argument 97 ctx->p_entropy = p_entropy; in mbedtls_ctr_drbg_seed_entropy_len() 119 void *p_entropy, in mbedtls_ctr_drbg_seed() argument 123 return( mbedtls_ctr_drbg_seed_entropy_len( ctx, f_entropy, p_entropy, custom, len, in mbedtls_ctr_drbg_seed() 395 if( 0 != ctx->f_entropy( ctx->p_entropy, seed, in mbedtls_ctr_drbg_reseed()
|
A D | hmac_drbg.c | 171 if( ( ret = ctx->f_entropy( ctx->p_entropy, in mbedtls_hmac_drbg_reseed() 203 void *p_entropy, in mbedtls_hmac_drbg_seed() argument 225 ctx->p_entropy = p_entropy; in mbedtls_hmac_drbg_seed()
|
Completed in 6 milliseconds