Lines Matching refs:DIST_POINT
203 static DIST_POINT *crldp_from_section(X509V3_CTX *ctx, in crldp_from_section()
208 DIST_POINT *point = DIST_POINT_new(); in crldp_from_section()
240 STACK_OF(DIST_POINT) *crld; in v2i_crld()
251 DIST_POINT *point; in v2i_crld()
319 ASN1_SEQUENCE(DIST_POINT) = {
320 ASN1_EXP_OPT(DIST_POINT, distpoint, DIST_POINT_NAME, 0),
321 ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1),
322 ASN1_IMP_SEQUENCE_OF_OPT(DIST_POINT, CRLissuer, GENERAL_NAME, 2)
323 } ASN1_SEQUENCE_END(DIST_POINT)
325 IMPLEMENT_ASN1_FUNCTIONS(DIST_POINT)
328 ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, CRLDistributionPoints, DIST_POINT)
462 STACK_OF(DIST_POINT) *crld = pcrldp; in i2r_crldp()
463 DIST_POINT *point; in i2r_crldp()