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

  /external/curl/lib/vtls/
vtls.c 103 safe_strequal(data->random_file, needle->random_file) &&
152 if(source->random_file) {
153 dest->random_file = strdup(source->random_file);
154 if(!dest->random_file)
158 dest->random_file = NULL;
178 Curl_safefree(sslc->random_file);
224 #ifdef RANDOM_FILE
227 int fd = open(RANDOM_FILE, O_RDONLY)
    [all...]
openssl.c 197 #ifndef RANDOM_FILE
198 /* if RANDOM_FILE isn't defined, we only perform this if an option tells
200 if(data->set.ssl.random_file)
201 #define RANDOM_FILE "" /* doesn't matter won't be used */
207 RANDOM_FILE),
    [all...]
  /external/curl/src/
tool_cfgable.c 50 Curl_safefree(config->random_file);
tool_cfgable.h 35 char *random_file; member in struct:OperationConfig
tool_getparam.c 492 GetStr(&config->random_file, nextarg);
    [all...]
tool_operate.c     [all...]
  /external/curl/lib/
urldata.h 355 char *random_file; /* path to file containing "random" data */ member in struct:ssl_config_data
    [all...]
url.c     [all...]

Completed in 52 milliseconds