Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dopenssl.c400 static bool rand_enough(void) in rand_enough() function
415 if(rand_enough()) { in Curl_ossl_seed()
433 if(rand_enough()) in Curl_ossl_seed()
452 if(rand_enough()) in Curl_ossl_seed()
478 } while(!rand_enough()); in Curl_ossl_seed()
486 if(rand_enough()) in Curl_ossl_seed()
491 return (rand_enough() ? CURLE_OK : in Curl_ossl_seed()
4342 if(!rand_enough()) in Curl_ossl_random()