Home | History | Annotate | Download | only in x509v3

Lines Matching refs:DIST_POINT_NAME

117 static int set_dist_point_name(DIST_POINT_NAME **pdp, X509V3_CTX *ctx,
378 DIST_POINT_NAME *dpn = (DIST_POINT_NAME *)*pval;
395 ASN1_CHOICE_cb(DIST_POINT_NAME, dpn_cb) = {
396 ASN1_IMP_SEQUENCE_OF(DIST_POINT_NAME, name.fullname, GENERAL_NAME, 0),
397 ASN1_IMP_SET_OF(DIST_POINT_NAME, name.relativename, X509_NAME_ENTRY, 1)
398 } ASN1_CHOICE_END_cb(DIST_POINT_NAME, DIST_POINT_NAME, type)
401 IMPLEMENT_ASN1_FUNCTIONS(DIST_POINT_NAME)
404 ASN1_EXP_OPT(DIST_POINT, distpoint, DIST_POINT_NAME, 0),
418 ASN1_EXP_OPT(ISSUING_DIST_POINT, distpoint, DIST_POINT_NAME, 0),
519 static int print_distpoint(BIO *out, DIST_POINT_NAME *dpn, int indent)
587 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname)