Home
last modified time | relevance | path

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

/third_party/curl/lib/vtls/
Dopenssl.c431 static bool rand_enough(void) in rand_enough() function
444 if(rand_enough()) { in ossl_seed()
463 if(rand_enough()) in ossl_seed()
482 if(rand_enough()) in ossl_seed()
508 } while(!rand_enough()); in ossl_seed()
516 if(rand_enough()) in ossl_seed()
521 return (rand_enough() ? CURLE_OK : in ossl_seed()
4442 if(!rand_enough()) in ossl_random()