Searched refs:p_entropy (Results 1 – 12 of 12) sorted by relevance
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | hmac_drbg.h | 101 void *p_entropy; /*!< context for the entropy function */ member 201 void *p_entropy,
|
A D | ctr_drbg.h | 200 void *p_entropy; /*!< The context for the entropy function. */ member 330 void *p_entropy,
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | hmac_drbg.h | 101 void *p_entropy; /*!< context for the entropy function */ member 201 void *p_entropy,
|
A D | ctr_drbg.h | 200 void *p_entropy; /*!< The context for the entropy function. */ member 330 void *p_entropy,
|
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | hmac_drbg.h | 101 void *p_entropy; /*!< context for the entropy function */ member 201 void *p_entropy,
|
A D | ctr_drbg.h | 200 void *p_entropy; /*!< The context for the entropy function. */ member 330 void *p_entropy,
|
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | hmac_drbg.h | 101 void *p_entropy; /*!< context for the entropy function */ member 201 void *p_entropy,
|
A D | ctr_drbg.h | 200 void *p_entropy; /*!< The context for the entropy function. */ member 330 void *p_entropy,
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | hmac_drbg.h | 101 void *p_entropy; /*!< context for the entropy function */ member 201 void *p_entropy,
|
A D | ctr_drbg.h | 200 void *p_entropy; /*!< The context for the entropy function. */ member 330 void *p_entropy,
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | hmac_drbg.c | 180 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 D | ctr_drbg.c | 383 if( 0 != ctx->f_entropy( ctx->p_entropy, seed, ctx->entropy_len ) ) in mbedtls_ctr_drbg_reseed_internal() 392 if( 0 != ctx->f_entropy( ctx->p_entropy, seed + seedlen, nonce_len ) ) in mbedtls_ctr_drbg_reseed_internal() 452 void *p_entropy, in mbedtls_ctr_drbg_seed() argument 470 ctx->p_entropy = p_entropy; in mbedtls_ctr_drbg_seed()
|
Completed in 22 milliseconds