Searched refs:random_file (Results 1 – 9 of 9) sorted by relevance
39 random_file: File, field49 let random_file = &mut self.random_file; in process_queue() localVariable52 .and_then(|mut writer| writer.write_from(random_file, std::usize::MAX)) in process_queue()132 random_file: Option<File>, field139 let random_file = File::open("/dev/urandom").map_err(RngError::AccessingRandomDev)?; in new() localVariable143 random_file: Some(random_file), in new()166 if let Some(random_file) = &self.random_file { in keep_rds()167 keep_rds.push(random_file.as_raw_descriptor()); in keep_rds()207 if let Some(random_file) = self.random_file.take() { in activate()216 random_file, in activate()[all …]
207 let mut random_file = File::open("/dev/urandom").map_err(Error::FdtIoError)?; in create_chosen_node() localVariable209 random_file in create_chosen_node()216 random_file in create_chosen_node()
54 char *random_file; member
53 Curl_safefree(config->random_file); in free_config_fields()
629 GetStr(&config->random_file, nextarg); in getparameter()
1801 my_setopt_str(curl, CURLOPT_RANDOM_FILE, config->random_file); in single_transfer()
137 Curl_safe_strcasecompare(data->random_file, needle->random_file) && in Curl_ssl_config_matches()163 CLONE_STRING(random_file); in Curl_clone_primary_ssl_config()178 Curl_safefree(sslc->random_file); in Curl_free_primary_ssl_config()
225 char *random_file; /* path to file containing "random" data */ member
3630 data->set.ssl.primary.random_file = data->set.str[STRING_SSL_RANDOM_FILE];3644 data->set.proxy_ssl.primary.random_file =