HomeSort by relevance Sort by last modified time
    Searched full:known_resp_type (Results 1 - 1 of 1) sorted by null

  /external/chromium/net/ocsp/
nss_ocsp.cc 746 bool known_resp_type = is_crt_resp || is_crt_resp || is_ocsp_resp; local
750 if (!known_resp_type) {
762 (!known_resp_type && (ocsp_in_url ||
766 } else if (is_crl_resp || (!known_resp_type && crl_in_url)) {
768 } else if (is_crt_resp || (!known_resp_type && crt_in_url)) {

Completed in 51 milliseconds