Lines Matching refs:distpoint
214 ret = set_dist_point_name(&point->distpoint, ctx, cnf);
274 if ((point->distpoint = DIST_POINT_NAME_new()) == NULL)
276 point->distpoint->name.fullname = gens;
277 point->distpoint->type = 0;
319 ASN1_EXP_OPT(DIST_POINT, distpoint, DIST_POINT_NAME, 0),
333 ASN1_EXP_OPT(ISSUING_DIST_POINT, distpoint, DIST_POINT_NAME, 0),
373 ret = set_dist_point_name(&idp->distpoint, ctx, cnf);
439 if (idp->distpoint)
440 print_distpoint(out, idp->distpoint, indent);
451 if (!idp->distpoint && (idp->onlyuser <= 0) && (idp->onlyCA <= 0)
469 if (point->distpoint)
470 print_distpoint(out, point->distpoint, indent);