Home
last modified time | relevance | path

Searched refs:kAuthority (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chromeos/network/onc/
Donc_normalizer.cc91 RemoveEntryUnless(cert, kTrustBits, type == kServer || type == kAuthority); in NormalizeCertificate()
92 RemoveEntryUnless(cert, kX509, type == kServer || type == kAuthority); in NormalizeCertificate()
Donc_validator.cc805 const char* const kValidTypes[] = {kClient, kServer, kAuthority}; in ValidateCertificate()
815 (type == kServer || type == kAuthority)) { in ValidateCertificate()
834 else if (type == kServer || type == kAuthority) in ValidateCertificate()
Donc_certificate_importer_impl.cc218 cert_type == ::onc::certificate::kAuthority) { in ParseAndStoreCertificate()
Donc_utils.cc330 cert_type != certificate::kAuthority) { in GetServerAndCACertsByGUID()
/external/chromium_org/components/onc/
Donc_constants.cc224 const char kAuthority[] = "Authority"; variable
Donc_constants.h242 ONC_EXPORT extern const char kAuthority[];