Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dvtls.c97 Curl_safe_strcasecompare(data->random_file, needle->random_file) && in Curl_ssl_config_matches()
120 CLONE_STRING(random_file); in Curl_clone_primary_ssl_config()
133 Curl_safefree(sslc->random_file); in Curl_free_primary_ssl_config()
/external/curl/src/
Dtool_cfgable.h43 char *random_file; member
Dtool_cfgable.c53 Curl_safefree(config->random_file); in free_config_fields()
Dtool_getparam.c610 GetStr(&config->random_file, nextarg); in getparameter()
Dtool_operate.c1270 my_setopt_str(curl, CURLOPT_RANDOM_FILE, config->random_file); in operate_do()
/external/curl/lib/
Durldata.h220 char *random_file; /* path to file containing "random" data */ member
Durl.c3865 data->set.ssl.primary.random_file = data->set.str[STRING_SSL_RANDOM_FILE]; in create_conn()
3866 data->set.proxy_ssl.primary.random_file = in create_conn()