HomeSort by relevance Sort by last modified time
    Searched refs:hard_fail (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/cert/
cert_verify_proc_nss.cc 354 // 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) {
    [all...]
  /art/runtime/verifier/
method_verifier.cc 160 bool hard_fail = false; local
193 hard_fail = true;
237 hard_fail = true;
253 return hard_fail ? kHardFailure : kSoftFailure;
    [all...]

Completed in 274 milliseconds