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

/external/chromium_org/net/cert/
H A Dcert_verify_proc_nss.cc354 // If |hard_fail| is true, and no policy_oids are supplied (eg: EV is NOT being
358 // network failures or by malicious attackers, in general, hard_fail should be
367 bool hard_fail,
393 } else if (check_revocation && hard_fail) {
365 PKIXVerifyCert(CERTCertificate* cert_handle, bool check_revocation, bool hard_fail, bool cert_io_enabled, const SECOidTag* policy_oids, int num_policy_oids, CERTCertList* additional_trust_anchors, CERTChainVerifyCallback* chain_verify_callback, CERTValOutParam* cvout) argument

Completed in 280 milliseconds