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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dopenssl.c171 * rand_enough() is a function that returns TRUE if we have seeded the random
178 #define seed_enough(x) rand_enough()
179 static bool rand_enough(void) function
184 #define seed_enough(x) rand_enough(x)
185 static bool rand_enough(int nread) function

Completed in 85 milliseconds