Searched refs:NAME_CONSTRAINTS (Results 1 – 9 of 9) sorted by relevance
| /freebsd/crypto/openssl/crypto/x509/ |
| H A D | v3_ncons.c | 37 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc); 49 ASN1_ITEM_ref(NAME_CONSTRAINTS), 59 ASN1_ITEM_ref(NAME_CONSTRAINTS), 69 ASN1_ITEM_ref(NAME_CONSTRAINTS), 83 ASN1_SEQUENCE(NAME_CONSTRAINTS) = { 84 ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, permittedSubtrees, 86 ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, excludedSubtrees, 88 } ASN1_SEQUENCE_END(NAME_CONSTRAINTS) 91 IMPLEMENT_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS) 154 NAME_CONSTRAINTS *ncons = NULL; in v2i_NAME_CONSTRAINTS() [all …]
|
| H A D | x509_vfy.c | 863 NAME_CONSTRAINTS *nc = sk_X509_value(ctx->chain, j)->nc; in check_name_constraints()
|
| /freebsd/crypto/openssl/crypto/asn1/ |
| H A D | asn1_item_list.h | 87 ASN1_ITEM_ref(NAME_CONSTRAINTS),
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | types.h | 212 typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS; typedef
|
| H A D | x509v3.h.in | 624 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc); 625 int NAME_CONSTRAINTS_check_CN(X509 *x, NAME_CONSTRAINTS *nc); 637 DECLARE_ASN1_ITEM(NAME_CONSTRAINTS) 638 DECLARE_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS)
|
| H A D | x509v3.h | 888 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc); 889 int NAME_CONSTRAINTS_check_CN(X509 *x, NAME_CONSTRAINTS *nc); 901 DECLARE_ASN1_ITEM(NAME_CONSTRAINTS) 902 DECLARE_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS)
|
| /freebsd/crypto/openssl/include/crypto/ |
| H A D | x509.h | 193 NAME_CONSTRAINTS *nc;
|
| /freebsd/crypto/openssl/fuzz/ |
| H A D | asn1.c | 117 ASN1_ITEM_ref(NAME_CONSTRAINTS),
|
| /freebsd/crypto/openssl/util/ |
| H A D | indent.pro | 285 -T NAME_CONSTRAINTS
|