Searched defs:cert_config (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dclient_cert_util.cc45 ClientCertConfig* cert_config) {
48 kClientCertType, &cert_config->client_cert_type);
50 if (cert_config->client_cert_type == kPattern) {
55 bool success = cert_config->pattern.ReadFromONCDictionary(*pattern);
267 ClientCertConfig* cert_config) {
270 *cert_config = ClientCertConfig();
284 cert_config->location = CONFIG_TYPE_EAP;
296 cert_config->location = CONFIG_TYPE_OPENVPN;
299 cert_config->location = CONFIG_TYPE_IPSEC;
314 cert_config
43 GetClientCertTypeAndPattern( const base::DictionaryValue& dict_with_client_cert, ClientCertConfig* cert_config) argument
266 OncToClientCertConfig(const base::DictionaryValue& network_config, ClientCertConfig* cert_config) argument
[all...]
H A Dclient_cert_resolver.cc97 cert_config(client_cert_config) {}
100 client_cert::ClientCertConfig cert_config; member in struct:chromeos::__anon6165::NetworkAndCertPattern
185 MatchCertWithPattern(it->cert_config.pattern));
204 it->service_path, it->cert_config.location, pkcs11_id, slot_id));
397 client_cert::ClientCertConfig cert_config; local
398 OncToClientCertConfig(*policy, &cert_config);
401 if (cert_config.client_cert_type != ::onc::client_cert::kPattern)
405 NetworkAndCertPattern(network->path(), cert_config));

Completed in 57 milliseconds