Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dopenssl.c441 static bool rand_enough(void) in rand_enough() function
456 if(rand_enough()) { in Curl_ossl_seed()
474 if(rand_enough()) in Curl_ossl_seed()
493 if(rand_enough()) in Curl_ossl_seed()
519 } while(!rand_enough()); in Curl_ossl_seed()
527 if(rand_enough()) in Curl_ossl_seed()
532 return (rand_enough() ? CURLE_OK : in Curl_ossl_seed()
3841 if(!rand_enough()) in Curl_ossl_random()