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

  /external/chromium_org/components/onc/
onc_constants.cc 251 const char kCert[] = "Cert";
onc_constants.h 269 ONC_EXPORT extern const char kCert[];
  /external/chromium_org/chromeos/network/onc/
onc_normalizer.cc 126 RemoveEntryUnless(ipsec, ::onc::vpn::kClientCertType, auth_type == kCert);
127 RemoveEntryUnless(ipsec, kServerCARef, auth_type == kCert);
onc_validator.cc 596 static const char* kValidAuthentications[] = { kPSK, kCert, NULL };
619 if (auth == kCert) {
635 << " is set to " << kCert << ".";

Completed in 43 milliseconds