Home
last modified time | relevance | path

Searched refs:NAME_CONSTRAINTS (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/crypto/x509/
Dv3_ncons.c33 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 …]
Dx509_vfy.c733 NAME_CONSTRAINTS *nc = sk_X509_value(ctx->chain, j)->nc; in check_name_constraints()
/third_party/openssl/ohos_lite/include/openssl/
Dx509v3.h530 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)
Dossl_typ.h162 typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS; typedef
/third_party/openssl/include/openssl/
Dtypes.h198 typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS; typedef
Dx509v3.h.in589 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/
Dasn1_item_list.h86 ASN1_ITEM_ref(NAME_CONSTRAINTS),
/third_party/openssl/ohos_lite/include/crypto/
Dx509.h179 NAME_CONSTRAINTS *nc;
/third_party/openssl/include/crypto/
Dx509.h193 NAME_CONSTRAINTS *nc;
/third_party/openssl/fuzz/
Dasn1.c116 ASN1_ITEM_ref(NAME_CONSTRAINTS),
/third_party/openssl/util/
Dindent.pro285 -T NAME_CONSTRAINTS
/third_party/rust/crates/rust-openssl/openssl/src/
Dnid.rs670 pub const NAME_CONSTRAINTS: Nid = Nid(ffi::NID_name_constraints); constant