Searched refs:DIST_POINT_NAME (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/crypto/openssl/crypto/x509v3/ |
| D | v3_crld.c | 113 static int set_dist_point_name(DIST_POINT_NAME **pdp, X509V3_CTX *ctx, in set_dist_point_name() 351 DIST_POINT_NAME *dpn = (DIST_POINT_NAME *)*pval; in IMPLEMENT_ASN1_SET_OF() 367 ASN1_CHOICE_cb(DIST_POINT_NAME, dpn_cb) = { 368 ASN1_IMP_SEQUENCE_OF(DIST_POINT_NAME, name.fullname, GENERAL_NAME, 0), 369 ASN1_IMP_SET_OF(DIST_POINT_NAME, name.relativename, X509_NAME_ENTRY, 1) 370 } ASN1_CHOICE_END_cb(DIST_POINT_NAME, DIST_POINT_NAME, type) 373 IMPLEMENT_ASN1_FUNCTIONS(DIST_POINT_NAME) 376 ASN1_EXP_OPT(DIST_POINT, distpoint, DIST_POINT_NAME, 0), 390 ASN1_EXP_OPT(ISSUING_DIST_POINT, distpoint, DIST_POINT_NAME, 0), 476 static int print_distpoint(BIO *out, DIST_POINT_NAME *dpn, int indent) in print_distpoint() [all …]
|
| D | x509v3.h | 227 } DIST_POINT_NAME; typedef 244 DIST_POINT_NAME *distpoint; 350 DIST_POINT_NAME *distpoint; 566 DECLARE_ASN1_FUNCTIONS(DIST_POINT_NAME) 569 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname);
|
| /freebsd-10-stable/crypto/openssl/ |
| D | README.ASN1 | 144 The DIST_POINT_NAME structure has changed to be a true CHOICE type. 152 } DIST_POINT_NAME;
|
| /freebsd-10-stable/crypto/openssl/crypto/x509/ |
| D | x509_vfy.c | 1288 static int idp_check_dp(DIST_POINT_NAME *a, DIST_POINT_NAME *b) in idp_check_dp()
|
| /freebsd-10-stable/crypto/openssl/util/ |
| D | indent.pro | 206 -T DIST_POINT_NAME
|