Home | History | Annotate | Download | only in base

Lines Matching refs:check_revocation

336                          bool check_revocation,
340 bool use_crl = check_revocation;
341 bool use_ocsp = check_revocation;
798 bool check_revocation = (flags & VERIFY_REV_CHECKING_ENABLED);
799 if (check_revocation) {
805 status = PKIXVerifyCert(cert_handle_, check_revocation, NULL, 0, cvout);