Searched refs:POLICY_CONSTRAINTS (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/crypto/x509v3/ |
D | v3_pcons.c | 27 ASN1_ITEM_ref(POLICY_CONSTRAINTS), 36 ASN1_SEQUENCE(POLICY_CONSTRAINTS) = { 37 ASN1_IMP_OPT(POLICY_CONSTRAINTS, requireExplicitPolicy, ASN1_INTEGER,0), 38 ASN1_IMP_OPT(POLICY_CONSTRAINTS, inhibitPolicyMapping, ASN1_INTEGER,1) 39 } ASN1_SEQUENCE_END(POLICY_CONSTRAINTS) 41 IMPLEMENT_ASN1_ALLOC_FUNCTIONS(POLICY_CONSTRAINTS) 47 POLICY_CONSTRAINTS *pcons = a; 59 POLICY_CONSTRAINTS *pcons = NULL; in v2i_POLICY_CONSTRAINTS()
|
D | pcy_cache.c | 85 POLICY_CONSTRAINTS *ext_pcons = NULL; in policy_cache_new()
|
/third_party/openssl/crypto/asn1/ |
D | asn1_item_list.h | 132 ASN1_ITEM_ref(POLICY_CONSTRAINTS),
|
/third_party/openssl/include/openssl/ |
D | x509v3.h | 282 } POLICY_CONSTRAINTS; typedef 546 DECLARE_ASN1_ALLOC_FUNCTIONS(POLICY_CONSTRAINTS) 547 DECLARE_ASN1_ITEM(POLICY_CONSTRAINTS)
|
/third_party/openssl/fuzz/ |
D | asn1.c | 159 ASN1_ITEM_ref(POLICY_CONSTRAINTS),
|
/third_party/openssl/util/ |
D | indent.pro | 346 -T POLICY_CONSTRAINTS
|