Home
last modified time | relevance | path

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

/mbedtls-3.7.0/library/
Dentropy.c268 int ret, count = 0, i, thresholds_reached; in mbedtls_entropy_func() local
308 thresholds_reached = 1; in mbedtls_entropy_func()
312 thresholds_reached = 0; in mbedtls_entropy_func()
318 } while (!thresholds_reached || strong_size < MBEDTLS_ENTROPY_BLOCK_SIZE); in mbedtls_entropy_func()