Symbol: NAME_CONSTRAINTS
crypto/openssl/crypto/asn1/asn1_item_list.h
87
ASN1_ITEM_ref(NAME_CONSTRAINTS),
crypto/openssl/crypto/x509/v3_ncons.c
154
NAME_CONSTRAINTS *ncons = NULL;
crypto/openssl/crypto/x509/v3_ncons.c
205
NAME_CONSTRAINTS *ncons = a;
crypto/openssl/crypto/x509/v3_ncons.c
280
int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc)
crypto/openssl/crypto/x509/v3_ncons.c
37
static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc);
crypto/openssl/crypto/x509/v3_ncons.c
437
int NAME_CONSTRAINTS_check_CN(X509 *x, NAME_CONSTRAINTS *nc)
crypto/openssl/crypto/x509/v3_ncons.c
49
ASN1_ITEM_ref(NAME_CONSTRAINTS),
crypto/openssl/crypto/x509/v3_ncons.c
501
static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc)
crypto/openssl/crypto/x509/v3_ncons.c
59
ASN1_ITEM_ref(NAME_CONSTRAINTS),
crypto/openssl/crypto/x509/v3_ncons.c
69
ASN1_ITEM_ref(NAME_CONSTRAINTS),
crypto/openssl/crypto/x509/v3_ncons.c
83
ASN1_SEQUENCE(NAME_CONSTRAINTS) = {
crypto/openssl/crypto/x509/v3_ncons.c
84
ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, permittedSubtrees,
crypto/openssl/crypto/x509/v3_ncons.c
86
ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, excludedSubtrees,
crypto/openssl/crypto/x509/v3_ncons.c
88
} ASN1_SEQUENCE_END(NAME_CONSTRAINTS)
crypto/openssl/crypto/x509/v3_ncons.c
91
IMPLEMENT_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS)
crypto/openssl/crypto/x509/x509_vfy.c
863
NAME_CONSTRAINTS *nc = sk_X509_value(ctx->chain, j)->nc;
crypto/openssl/fuzz/asn1.c
117
ASN1_ITEM_ref(NAME_CONSTRAINTS),
crypto/openssl/include/crypto/x509.h
193
NAME_CONSTRAINTS *nc;
crypto/openssl/include/openssl/x509v3.h
888
int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc);
crypto/openssl/include/openssl/x509v3.h
889
int NAME_CONSTRAINTS_check_CN(X509 *x, NAME_CONSTRAINTS *nc);
crypto/openssl/include/openssl/x509v3.h
901
DECLARE_ASN1_ITEM(NAME_CONSTRAINTS)
crypto/openssl/include/openssl/x509v3.h
902
DECLARE_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS)