Searched defs:policy_mappings (Results 1 – 8 of 8) sorted by relevance
29 policy_mappings = intermediate.config.get_section('policy_mappings') variable
19 policy_mappings = root.config.get_section('policy_mappings') variable
18 policy_mappings = root.config.get_section('policy_mappings') variable
220 const std::vector<ParsedPolicyMapping>& policy_mappings() const { in policy_mappings() function
220 auto* policy_mappings = reinterpret_cast<POLICY_MAPPINGS*>( in VerifyCertificateChain() local
397 pub fn policy_mappings(&self) -> Option<(bool, &PolicyMappings<'a>)> { in policy_mappings() method
718 const std::vector<std::pair<std::string, std::string>>& policy_mappings) { in SetPolicyMappings()