Home
last modified time | relevance | path

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

/third_party/curl/lib/vtls/
H A Dopenssl.c981 * rand_enough() returns TRUE if we have seeded the random engine properly.
983 static bool rand_enough(void) in rand_enough() function
994 if(rand_enough()) { in ossl_seed()
1008 if(rand_enough()) in ossl_seed()
1032 } while(!rand_enough()); in ossl_seed()
1042 if(rand_enough()) in ossl_seed()
1048 return (rand_enough() ? CURLE_OK : in ossl_seed()
4841 if(!rand_enough()) in ossl_random()

Completed in 6 milliseconds