Home
last modified time | relevance | path

Searched refs:anyPolicy (Results 1 – 25 of 27) sorted by relevance

12

/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dpcy_tree.c127 if (plev->anyPolicy) in tree_print()
128 X509_POLICY_NODE_print(err, plev->anyPolicy, 2); in tree_print()
266 if (!cache->anyPolicy) in tree_init()
328 if (!matched && last->anyPolicy) { in tree_link_matching_nodes()
329 if (!level_add_node(curr, data, last->anyPolicy, NULL)) in tree_link_matching_nodes()
390 data->qualifier_set = cache->anyPolicy->qualifier_set; in tree_add_unmatched()
472 data->qualifier_set = cache->anyPolicy->qualifier_set; in tree_link_any()
482 if (last->anyPolicy) { in tree_link_any()
483 if (!level_add_node(curr, cache->anyPolicy, last->anyPolicy, NULL)) in tree_link_any()
524 if (curr->anyPolicy && !curr->anyPolicy->nchild) { in tree_prune()
[all …]
Dpcy_cache.c99 if (cache->anyPolicy) { in policy_cache_create()
103 cache->anyPolicy = data; in policy_cache_create()
136 cache->anyPolicy = NULL; in policy_cache_new()
225 if (cache->anyPolicy) in policy_cache_free()
226 policy_data_free(cache->anyPolicy); in policy_cache_free()
Dpcy_map.c95 if (!data && !cache->anyPolicy) in policy_cache_set_mapping()
101 cache->anyPolicy->flags in policy_cache_set_mapping()
105 data->qualifier_set = cache->anyPolicy->qualifier_set; in policy_cache_set_mapping()
Dpcy_lib.c110 if (level->anyPolicy) in X509_policy_level_node_count()
123 if (level->anyPolicy) { in X509_policy_level_get0_node()
125 return level->anyPolicy; in X509_policy_level_get0_node()
Dpcy_int.h117 X509_POLICY_DATA *anyPolicy; member
155 X509_POLICY_NODE *anyPolicy; member
Dpcy_node.c124 if (level->anyPolicy) in level_add_node()
126 level->anyPolicy = node; in level_add_node()
/external/cronet/net/data/verify_certificate_chain_unittest/pkits_errors/
D4.10.7.txt1 ----- Certificate i=0 (CN=Invalid Mapping From anyPolicy EE Certificate Test7,O=Test Certificates 2…
5 ----- Certificate i=1 (CN=Mapping From anyPolicy CA,O=Test Certificates 2011,C=US) -----
6 ERROR: PolicyMappings must not map anyPolicy
D4.10.8.txt1 ----- Certificate i=0 (CN=Invalid Mapping To anyPolicy EE Certificate Test8,O=Test Certificates 201…
5 ----- Certificate i=1 (CN=Mapping To anyPolicy CA,O=Test Certificates 2011,C=US) -----
6 ERROR: PolicyMappings must not map anyPolicy
D4.8.14.txt1 ----- Certificate i=0 (CN=anyPolicy EE Certificate Test14,O=Test Certificates 2011,C=US) -----
/external/tpm2-tss/script/ekca/
Dek.cnf37 policyIdentifier = anyPolicy
/external/python/cryptography/vectors/cryptography_vectors/x509/PKITS_data/smime/
DSignedInvalidMappingFromanyPolicyTest7.eml3 Subject: Invalid Mapping From anyPolicy Test7
DSignedInvalidMappingToanyPolicyTest8.eml3 Subject: Invalid Mapping To anyPolicy Test8
/external/cronet/net/data/verify_certificate_chain_unittest/policies-inhibit-anypolicy-by-root-ok/
Dchain.pem4 that uses anyPolicy. Should succeed since anyPolicy is still allowed for
/external/openscreen/test/data/cast/common/certificate/certificates/
Dpolicies_ica_anypolicy_leaf_anypolicy.pem6 Intermediate: policies={anyPolicy}
7 Leaf: policies={anyPolicy}
Dpolicies_ica_anypolicy_leaf_audioonly.pem6 Intermediate: policies={anyPolicy}
Dpolicies_ica_audioonly_leaf_anypolicy.pem7 Leaf: policies={anyPolicy}
Dpolicies_ica_none_leaf_anypolicy.pem7 Leaf: policies={anyPolicy}
Dpolicies_ica_anypolicy_leaf_none.pem6 Intermediate: policies={anyPolicy}
Dpolicies_ica_anypolicy_leaf_foo.pem6 Intermediate: policies={anyPolicy}
/external/python/cryptography/vectors/cryptography_vectors/x509/PKITS_data/
Dpkits.ldif1299 dn: CN=anyPolicy CA,O=Test Certificates 2011,C=US
1301 cn: anyPolicy CA
1307 dn: CN=All Certificates anyPolicy EE Certificate Test11,O=Test Certificates 2011,C=US
1309 cn: All Certificates anyPolicy EE Certificate Test11
1333 dn: CN=anyPolicy EE Certificate Test14,O=Test Certificates 2011,C=US
1335 cn: anyPolicy EE Certificate Test14
1704 dn: CN=Mapping From anyPolicy CA,O=Test Certificates 2011,C=US
1706 cn: Mapping From anyPolicy CA
1712 dn: CN=Invalid Mapping From anyPolicy EE Certificate Test7,O=Test Certificates 2011,C=US
1714 cn: Invalid Mapping From anyPolicy EE Certificate Test7
[all …]
/external/cronet/net/data/trial_comparison_cert_verifier_unittest/target-multiple-policies/
Dchain.pem3 Chain where the leaf has two policies and the intermediate has anyPolicy.
/external/cronet/net/data/verify_certificate_chain_unittest/policies-inhibit-anypolicy-by-root-fail/
Dchain.pem4 that uses anyPolicy. Should fail if the policyConstraints on the root are
/external/python/pyasn1-modules/pyasn1_modules/
Drfc3280.py1124 anyPolicy = _OID(id_ce_certificatePolicies, 0) variable
Drfc5280.py1413 anyPolicy = _buildOid(id_ce_certificatePolicies, 0) variable
/external/cronet/third_party/boringssl/src/crypto/obj/
Dobjects.txt761 certificate-policies 0 : anyPolicy : X509v3 Any Policy

12