Home
last modified time | relevance | path

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

/openthread-3.6.0/third_party/mbedtls/repo/library/
Dentropy.c330 int ret, count = 0, i, thresholds_reached; in mbedtls_entropy_func() local
369 thresholds_reached = 1; in mbedtls_entropy_func()
374 thresholds_reached = 0; in mbedtls_entropy_func()
379 while( ! thresholds_reached || strong_size < MBEDTLS_ENTROPY_BLOCK_SIZE ); in mbedtls_entropy_func()