Searched refs:cert_config (Results 1 - 4 of 4) 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));
H A Dclient_cert_util.h99 ClientCertConfig* cert_config);
/external/chromium_org/chrome/browser/chromeos/
H A Denrollment_dialog_view.cc285 client_cert::ClientCertConfig cert_config;
286 OncToClientCertConfig(*policy, &cert_config);
288 if (cert_config.client_cert_type != onc::client_cert::kPattern)
291 if (cert_config.pattern.Empty())
294 if (cert_config.pattern.enrollment_uri_list().empty()) {
303 return enrollment->Enroll(cert_config.pattern.enrollment_uri_list(),

Completed in 102 milliseconds