Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dhmac_drbg.h105 void *p_entropy; /*!< context for the entropy function */ member
205 void *p_entropy,
A Dctr_drbg.h204 void *p_entropy; /*!< The context for the entropy function. */ member
334 void *p_entropy,
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dhmac_drbg.c180 if( ( ret = ctx->f_entropy( ctx->p_entropy, in hmac_drbg_reseed_core()
198 if( ( ret = ctx->f_entropy( ctx->p_entropy, in hmac_drbg_reseed_core()
247 void *p_entropy, in mbedtls_hmac_drbg_seed() argument
274 ctx->p_entropy = p_entropy; in mbedtls_hmac_drbg_seed()
A Dctr_drbg.c380 if( 0 != ctx->f_entropy( ctx->p_entropy, seed, ctx->entropy_len ) ) in mbedtls_ctr_drbg_reseed_internal()
389 if( 0 != ctx->f_entropy( ctx->p_entropy, seed + seedlen, nonce_len ) ) in mbedtls_ctr_drbg_reseed_internal()
449 void *p_entropy, in mbedtls_ctr_drbg_seed() argument
467 ctx->p_entropy = p_entropy; in mbedtls_ctr_drbg_seed()

Completed in 7 milliseconds