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

/external/curl/lib/vtls/
H A Dopenssl.c168 * rand_enough() is a function that returns TRUE if we have seeded the random
175 #define seed_enough(x) rand_enough()
176 static bool rand_enough(void) function
181 #define seed_enough(x) rand_enough(x)
182 static bool rand_enough(int nread) function

Completed in 53 milliseconds