Home | History | Annotate | Download | only in onc

Lines Matching refs:vpn

126   RemoveEntryUnless(ipsec, ::onc::vpn::kClientCertType, auth_type == kCert);
129 RemoveEntryUnless(ipsec, ::onc::vpn::kSaveCredentials, auth_type == kPSK);
132 ipsec->GetStringWithoutPathExpansion(::onc::vpn::kClientCertType,
135 ::onc::vpn::kClientCertPattern,
138 ::onc::vpn::kClientCertRef,
178 using namespace ::onc::vpn;
199 void Normalizer::NormalizeVPN(base::DictionaryValue* vpn) {
200 using namespace ::onc::vpn;
203 vpn->GetStringWithoutPathExpansion(::onc::vpn::kType, &type);
204 RemoveEntryUnless(vpn, kOpenVPN, type == kOpenVPN);
205 RemoveEntryUnless(vpn, kIPsec, type == kIPsec || type == kTypeL2TP_IPsec);
206 RemoveEntryUnless(vpn, kL2TP, type == kTypeL2TP_IPsec);