OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_cert
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/ocsp/
nss_ocsp.cc
795
bool
is_cert
=
local
801
if (!
is_cert
&& !is_crl && !is_ocsp) {
806
is_cert
= strcasestr(path.c_str(), ".crt") != NULL ||
829
} else if (
is_cert
) {
[
all
...]
/external/openssh/
hostfile.c
345
int
is_cert
= key_is_cert(k);
local
353
if (
is_cert
&&
Completed in 39 milliseconds