HomeSort by relevance Sort by last modified time
    Searched refs:ssl_seeded (Results 1 - 3 of 3) sorted by null

  /external/curl/lib/vtls/
axtls.c 685 static bool ssl_seeded = FALSE; local
687 if(!ssl_seeded) {
688 ssl_seeded = TRUE;
690 * safe (and neither is the ssl_seeded check), but the worst effect of a
gtls.c 1551 static bool ssl_seeded = FALSE; local
    [all...]
openssl.c 262 static bool ssl_seeded = FALSE; local
264 if(!ssl_seeded || data->set.str[STRING_SSL_RANDOM_FILE] ||
267 ssl_seeded = TRUE;
    [all...]

Completed in 52 milliseconds