Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dhmac_drbg.h93 void *p_entropy; /*!< context for the entropy function */ member
137 void *p_entropy,
A Dctr_drbg.h140 void *p_entropy; /*!< The context for the entropy function. */ member
178 void *p_entropy,
/AliOS-Things-master/components/mbedtls/library/
A Dctr_drbg.c84 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 Dhmac_drbg.c171 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