Searched defs:is_crl (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/ocsp/
H A Dnss_ocsp.cc790 bool is_crl = strcasecmp(mime_type, "application/x-pkcs7-crl") == 0 || local
799 if (!is_cert && !is_crl && !is_ocsp) {
803 is_crl = strcasestr(path.c_str(), ".crl") != NULL;
819 } else if (is_crl) {

Completed in 695 milliseconds