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

/external/chromium_org/net/cert/
H A Dcert_verify_proc_nss.cc377 PRUint64 revocation_method_flags = local
390 revocation_method_flags |= CERT_REV_M_REQUIRE_INFO_ON_MISSING_SOURCE;
394 revocation_method_flags |= CERT_REV_M_FAIL_ON_MISSING_FRESH_INFO;
398 revocation_method_flags |= CERT_REV_M_SKIP_TEST_ON_MISSING_SOURCE;
403 method_flags[cert_revocation_method_crl] = revocation_method_flags;
404 method_flags[cert_revocation_method_ocsp] = revocation_method_flags;

Completed in 63 milliseconds