Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dhmac_drbg.c153 size_t total_entropy_len; in hmac_drbg_reseed_core() local
156 total_entropy_len = ctx->entropy_len; in hmac_drbg_reseed_core()
158 total_entropy_len = ctx->entropy_len * 3 / 2; in hmac_drbg_reseed_core()
162 total_entropy_len + len > MBEDTLS_HMAC_DRBG_MAX_SEED_INPUT ) in hmac_drbg_reseed_core()