Searched defs:RevocationPolicy (Results 1 – 1 of 1) sorted by relevance
58 struct NET_EXPORT_PRIVATE RevocationPolicy { struct68 bool check_revocation : 1 = true;73 bool networking_allowed : 1 = false;77 bool crl_allowed : 1 = true;82 bool allow_missing_info : 1 = false;88 bool allow_unable_to_check : 1 = false;115 const RevocationPolicy& policy, argument