Searched refs:NAME_CONSTRAINTS (Results 1 – 16 of 16) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/ |
| H A D | v3_ncons.c | 31 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc); 41 ASN1_ITEM_ref(NAME_CONSTRAINTS), 55 ASN1_SEQUENCE(NAME_CONSTRAINTS) = { 56 ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, permittedSubtrees, 58 ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, excludedSubtrees, 60 } ASN1_SEQUENCE_END(NAME_CONSTRAINTS) 64 IMPLEMENT_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS) 127 NAME_CONSTRAINTS *ncons = NULL; in v2i_NAME_CONSTRAINTS() 172 NAME_CONSTRAINTS *ncons = a; in i2r_NAME_CONSTRAINTS() 252 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc) in NAME_CONSTRAINTS_check() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| H A 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 …]
|
| H A D | x509_vfy.c | 733 NAME_CONSTRAINTS *nc = sk_X509_value(ctx->chain, j)->nc; in check_name_constraints()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| H A 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)
|
| H A D | ossl_typ.h | 162 typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS; typedef
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| H A D | asn1_item_list.h | 86 ASN1_ITEM_ref(NAME_CONSTRAINTS),
|
| /netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
| H A D | types.h | 198 typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS; typedef
|
| H A 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)
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| H A D | asn1_item_list.h | 84 ASN1_ITEM_ref(NAME_CONSTRAINTS),
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/include/crypto/ |
| H A D | x509.h | 179 NAME_CONSTRAINTS *nc;
|
| /netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/ |
| H A D | x509.h | 193 NAME_CONSTRAINTS *nc;
|
| /netbsd-src/crypto/external/bsd/openssl/dist/fuzz/ |
| H A D | asn1.c | 116 ASN1_ITEM_ref(NAME_CONSTRAINTS),
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/fuzz/ |
| H A D | asn1.c | 113 ASN1_ITEM_ref(NAME_CONSTRAINTS),
|
| /netbsd-src/crypto/external/bsd/openssl/dist/util/ |
| H A D | indent.pro | 285 -T NAME_CONSTRAINTS
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
| H A D | indent.pro | 283 -T NAME_CONSTRAINTS
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509/ |
| H A D | x509_vfy.c | 705 NAME_CONSTRAINTS *nc = sk_X509_value(ctx->chain, j)->nc; in check_name_constraints()
|