Home
last modified time | relevance | path

Searched defs:RevocationPolicy (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/net/cert/internal/
H A Drevocation_checker.h59 struct NET_EXPORT_PRIVATE RevocationPolicy { struct
69 bool check_revocation = true;
74 bool networking_allowed = false;
78 bool crl_allowed = true;
83 bool allow_missing_info = false;
89 bool allow_unable_to_check = false;
116 const RevocationPolicy& policy, argument