Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
H A 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()

Completed in 1 milliseconds