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

  /external/openssh/
hostfile.c 345 int is_cert = key_is_cert(k); local
353 if (is_cert &&
  /external/chromium_org/net/ocsp/
nss_ocsp.cc 790 bool is_cert = local
796 if (!is_cert && !is_crl && !is_ocsp) {
801 is_cert = strcasestr(path.c_str(), ".crt") != NULL ||
824 } else if (is_cert) {
    [all...]

Completed in 321 milliseconds