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

  /external/chromium_org/chromeos/network/onc/
onc_normalizer.cc 91 RemoveEntryUnless(cert, kTrustBits, type == kServer || type == kAuthority);
92 RemoveEntryUnless(cert, kX509, type == kServer || type == kAuthority);
onc_constants.cc 136 const char kAuthority[] = "Authority";
onc_constants.h 158 CHROMEOS_EXPORT extern const char kAuthority[];
onc_certificate_importer_impl.cc 160 cert_type == certificate::kAuthority) {
onc_validator.cc 747 static const char* kValidTypes[] = { kClient, kServer, kAuthority, NULL };
756 (type == kServer || type == kAuthority)) {
772 else if (type == kServer || type == kAuthority)
onc_utils.cc 326 cert_type != certificate::kAuthority) {

Completed in 197 milliseconds