Searched refs:BASIC_CONSTRAINTS (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_bcons.c | 20 BASIC_CONSTRAINTS *bcons, 23 static BASIC_CONSTRAINTS *v2i_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method, 29 ASN1_ITEM_ref(BASIC_CONSTRAINTS), 38 ASN1_SEQUENCE(BASIC_CONSTRAINTS) = { 39 ASN1_OPT(BASIC_CONSTRAINTS, ca, ASN1_FBOOLEAN), 40 ASN1_OPT(BASIC_CONSTRAINTS, pathlen, ASN1_INTEGER) 41 } ASN1_SEQUENCE_END(BASIC_CONSTRAINTS) 43 IMPLEMENT_ASN1_FUNCTIONS(BASIC_CONSTRAINTS) 46 BASIC_CONSTRAINTS *bcons, 55 static BASIC_CONSTRAINTS *v2i_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method, in v2i_BASIC_CONSTRAINTS() [all …]
|
H A D | v3_purp.c | 441 BASIC_CONSTRAINTS *bs; in ossl_x509v3_cache_extensions()
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | asn1_item_list.h | 49 ASN1_ITEM_ref(BASIC_CONSTRAINTS),
|
/freebsd/crypto/openssl/fuzz/ |
H A D | asn1.c | 82 ASN1_ITEM_ref(BASIC_CONSTRAINTS),
|
/freebsd/contrib/ntp/util/ |
H A D | ntp-keygen.c | 131 #define BASIC_CONSTRAINTS "critical,CA:TRUE" macro 2029 BASIC_CONSTRAINTS); in x509() 2031 _UC(BASIC_CONSTRAINTS)); in x509()
|
/freebsd/crypto/openssl/util/ |
H A D | indent.pro | 82 -T BASIC_CONSTRAINTS
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | x509v3.h.in | 127 } BASIC_CONSTRAINTS; typedef 518 DECLARE_ASN1_FUNCTIONS(BASIC_CONSTRAINTS)
|
H A D | x509v3.h | 150 } BASIC_CONSTRAINTS; typedef 782 DECLARE_ASN1_FUNCTIONS(BASIC_CONSTRAINTS)
|