HomeSort by relevance Sort by last modified time
    Searched refs:kAuthenticationType (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/components/onc/
onc_constants.cc 287 const char kAuthenticationType[] = "AuthenticationType";
onc_constants.h 305 ONC_EXPORT extern const char kAuthenticationType[];
  /external/chromium_org/chromeos/network/onc/
onc_validator.cc 622 *result, kAuthenticationType, valid_authentications) ||
639 bool all_required_exist = RequireField(*result, kAuthenticationType) &&
642 result->GetStringWithoutPathExpansion(kAuthenticationType, &auth);
661 << ") can only be set if " << kAuthenticationType
onc_normalizer.cc 128 ipsec->GetStringWithoutPathExpansion(kAuthenticationType, &auth_type);
onc_translator_shill_to_onc.cc 265 onc_object_->SetStringWithoutPathExpansion(::onc::ipsec::kAuthenticationType,
onc_signature.cc 81 { ::onc::ipsec::kAuthenticationType, &kStringSignature},

Completed in 46 milliseconds