OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kAuthority
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/components/onc/
onc_constants.cc
147
const char
kAuthority
[] = "Authority";
onc_constants.h
170
ONC_EXPORT extern const char
kAuthority
[];
/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_certificate_importer_impl.cc
162
cert_type == ::onc::certificate::
kAuthority
) {
onc_validator.cc
799
static const char* kValidTypes[] = { kClient, kServer,
kAuthority
, NULL };
808
(type == kServer || type ==
kAuthority
)) {
824
else if (type == kServer || type ==
kAuthority
)
onc_utils.cc
328
cert_type != certificate::
kAuthority
) {
Completed in 36 milliseconds