Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/
Drng.rs39 random_file: File, field
49 let random_file = &mut self.random_file; in process_queue() localVariable
52 .and_then(|mut writer| writer.write_from(random_file, std::usize::MAX)) in process_queue()
132 random_file: Option<File>, field
139 let random_file = File::open("/dev/urandom").map_err(RngError::AccessingRandomDev)?; in new() localVariable
143 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 …]
/external/crosvm/aarch64/src/
Dfdt.rs207 let mut random_file = File::open("/dev/urandom").map_err(Error::FdtIoError)?; in create_chosen_node() localVariable
209 random_file in create_chosen_node()
216 random_file in create_chosen_node()
/external/curl/src/
Dtool_cfgable.h54 char *random_file; member
Dtool_cfgable.c53 Curl_safefree(config->random_file); in free_config_fields()
Dtool_getparam.c629 GetStr(&config->random_file, nextarg); in getparameter()
Dtool_operate.c1801 my_setopt_str(curl, CURLOPT_RANDOM_FILE, config->random_file); in single_transfer()
/external/curl/lib/vtls/
Dvtls.c137 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()
/external/curl/lib/
Durldata.h225 char *random_file; /* path to file containing "random" data */ member
Durl.c3630 data->set.ssl.primary.random_file = data->set.str[STRING_SSL_RANDOM_FILE];
3644 data->set.proxy_ssl.primary.random_file =