OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hard_fail
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/cert/
cert_verify_proc_nss.cc
344
// If |
hard_fail
| is true, and no policy_oids are supplied (eg: EV is NOT being
348
// network failures or by malicious attackers, in general,
hard_fail
should be
357
bool
hard_fail
,
382
} else if (check_revocation &&
hard_fail
) {
[
all
...]
/art/runtime/verifier/
method_verifier.cc
131
bool
hard_fail
= false;
local
162
hard_fail
= true;
204
hard_fail
= true;
220
return
hard_fail
? kHardFailure : kSoftFailure;
[
all
...]
Completed in 705 milliseconds