Home
last modified time | relevance | path

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

/external/cronet/net/cert/internal/
Drevocation_checker.h58 struct NET_EXPORT_PRIVATE RevocationPolicy { struct
68 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