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 677 static bool ssl_seeded = FALSE; local
679 if(!ssl_seeded) {
680 ssl_seeded = TRUE;
682 * safe (and neither is the ssl_seeded check), but the worst effect of a
gtls.c 1506 static bool ssl_seeded = FALSE; local
    [all...]
openssl.c 263 static bool ssl_seeded = FALSE; local
265 if(!ssl_seeded || data->set.str[STRING_SSL_RANDOM_FILE] ||
268 ssl_seeded = TRUE;
    [all...]

Completed in 412 milliseconds