Searched refs:DIST_POINT_NAME (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_crld.c | 67 static int set_dist_point_name(DIST_POINT_NAME **pdp, X509V3_CTX *ctx, in set_dist_point_name() 300 DIST_POINT_NAME *dpn = (DIST_POINT_NAME *)*pval; in dpn_cb() 315 ASN1_CHOICE_cb(DIST_POINT_NAME, dpn_cb) = { 316 ASN1_IMP_SEQUENCE_OF(DIST_POINT_NAME, name.fullname, GENERAL_NAME, 0), 317 ASN1_IMP_SET_OF(DIST_POINT_NAME, name.relativename, X509_NAME_ENTRY, 1) 318 } ASN1_CHOICE_END_cb(DIST_POINT_NAME, DIST_POINT_NAME, type) 321 IMPLEMENT_ASN1_FUNCTIONS(DIST_POINT_NAME) 324 ASN1_EXP_OPT(DIST_POINT, distpoint, DIST_POINT_NAME, 0), 338 ASN1_EXP_OPT(ISSUING_DIST_POINT, distpoint, DIST_POINT_NAME, 0), 425 static int print_distpoint(BIO *out, DIST_POINT_NAME *dpn, int indent) in print_distpoint() [all …]
|
H A D | x509_vfy.c | 1374 static int idp_check_dp(DIST_POINT_NAME *a, DIST_POINT_NAME *b) in idp_check_dp()
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | asn1_item_list.h | 63 ASN1_ITEM_ref(DIST_POINT_NAME),
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | x509v3.h.in | 200 } DIST_POINT_NAME; typedef 217 DIST_POINT_NAME *distpoint; 340 DIST_POINT_NAME *distpoint; 584 DECLARE_ASN1_FUNCTIONS(DIST_POINT_NAME) 587 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, const X509_NAME *iname);
|
H A D | x509v3.h | 296 } DIST_POINT_NAME; typedef 313 DIST_POINT_NAME *distpoint; 580 DIST_POINT_NAME *distpoint; 848 DECLARE_ASN1_FUNCTIONS(DIST_POINT_NAME) 851 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, const X509_NAME *iname);
|
/freebsd/crypto/openssl/fuzz/ |
H A D | asn1.c | 96 ASN1_ITEM_ref(DIST_POINT_NAME),
|
/freebsd/crypto/openssl/util/ |
H A D | indent.pro | 181 -T DIST_POINT_NAME
|