Searched refs:NAME_CONSTRAINTS (Results 1 – 12 of 12) sorted by relevance
/third_party/openssl/crypto/x509/ |
D | v3_ncons.c | 33 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc); 45 ASN1_ITEM_ref(NAME_CONSTRAINTS), 59 ASN1_SEQUENCE(NAME_CONSTRAINTS) = { 60 ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, permittedSubtrees, 62 ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, excludedSubtrees, 64 } ASN1_SEQUENCE_END(NAME_CONSTRAINTS) 68 IMPLEMENT_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS) 131 NAME_CONSTRAINTS *ncons = NULL; in v2i_NAME_CONSTRAINTS() 176 NAME_CONSTRAINTS *ncons = a; in i2r_NAME_CONSTRAINTS() 250 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc) in NAME_CONSTRAINTS_check() [all …]
|
D | x509_vfy.c | 733 NAME_CONSTRAINTS *nc = sk_X509_value(ctx->chain, j)->nc; in check_name_constraints()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | x509v3.h | 530 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc); 531 int NAME_CONSTRAINTS_check_CN(X509 *x, NAME_CONSTRAINTS *nc); 543 DECLARE_ASN1_ITEM(NAME_CONSTRAINTS) 544 DECLARE_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS)
|
D | ossl_typ.h | 162 typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS; typedef
|
/third_party/openssl/include/openssl/ |
D | types.h | 198 typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS; typedef
|
D | x509v3.h.in | 589 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc); 590 int NAME_CONSTRAINTS_check_CN(X509 *x, NAME_CONSTRAINTS *nc); 602 DECLARE_ASN1_ITEM(NAME_CONSTRAINTS) 603 DECLARE_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS)
|
/third_party/openssl/crypto/asn1/ |
D | asn1_item_list.h | 86 ASN1_ITEM_ref(NAME_CONSTRAINTS),
|
/third_party/openssl/ohos_lite/include/crypto/ |
D | x509.h | 179 NAME_CONSTRAINTS *nc;
|
/third_party/openssl/include/crypto/ |
D | x509.h | 193 NAME_CONSTRAINTS *nc;
|
/third_party/openssl/fuzz/ |
D | asn1.c | 116 ASN1_ITEM_ref(NAME_CONSTRAINTS),
|
/third_party/openssl/util/ |
D | indent.pro | 285 -T NAME_CONSTRAINTS
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | nid.rs | 670 pub const NAME_CONSTRAINTS: Nid = Nid(ffi::NID_name_constraints); constant
|