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 336 // If |hard_fail| is true, and no policy_oids are supplied (eg: EV is NOT being
340 // network failures or by malicious attackers, in general, hard_fail should be
349 bool hard_fail,
375 } else if (check_revocation && hard_fail) {
    [all...]
  /art/runtime/verifier/
method_verifier.cc 143 bool hard_fail = false; local
176 hard_fail = true;
220 hard_fail = true;
236 return hard_fail ? kHardFailure : kSoftFailure;
    [all...]

Completed in 241 milliseconds