Home | History | Annotate | Download | only in browser

Lines Matching defs:cert_status

53   int status_with_warnings_removed = ssl.cert_status() & ~cert_warnings;
58 // No error found so far, check cert_status warnings.
59 int cert_status = ssl.cert_status();
60 if (cert_status & cert_warnings) {
70 if (cert_status & net::CERT_STATUS_UNABLE_TO_CHECK_REVOCATION) {
73 } else if (cert_status & net::CERT_STATUS_NO_REVOCATION_MECHANISM) {
80 } else if ((ssl.cert_status() & net::CERT_STATUS_IS_EV) != 0) {
110 } else if ((ssl.cert_status() & net::CERT_STATUS_IS_DNSSEC) != 0) {
141 SSLErrorInfo::GetErrorsForCertStatus(ssl.cert_id(), ssl.cert_status(),
148 if (ssl.cert_status() & net::CERT_STATUS_NON_UNIQUE_NAME) {