Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dhmac_drbg.c143 size_t total_entropy_len; in hmac_drbg_reseed_core() local
146 total_entropy_len = ctx->entropy_len; in hmac_drbg_reseed_core()
148 total_entropy_len = ctx->entropy_len * 3 / 2; in hmac_drbg_reseed_core()
153 total_entropy_len + len > MBEDTLS_HMAC_DRBG_MAX_SEED_INPUT) { in hmac_drbg_reseed_core()