Lines Matching refs:DIST_POINT
270 static DIST_POINT *crldp_from_section(X509V3_CTX *ctx, in crldp_from_section()
275 DIST_POINT *point = NULL; in crldp_from_section()
314 STACK_OF(DIST_POINT) *crld = NULL; in v2i_crld()
321 DIST_POINT *point; in v2i_crld()
373 IMPLEMENT_STACK_OF(DIST_POINT)
374 IMPLEMENT_ASN1_SET_OF(DIST_POINT) in IMPLEMENT_ASN1_SET_OF() argument
404 ASN1_SEQUENCE(DIST_POINT) = {
405 ASN1_EXP_OPT(DIST_POINT, distpoint, DIST_POINT_NAME, 0),
406 ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1),
407 ASN1_IMP_SEQUENCE_OF_OPT(DIST_POINT, CRLissuer, GENERAL_NAME, 2)
408 } ASN1_SEQUENCE_END(DIST_POINT)
410 IMPLEMENT_ASN1_FUNCTIONS(DIST_POINT)
413 ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, CRLDistributionPoints, DIST_POINT)
566 STACK_OF(DIST_POINT) *crld = pcrldp; in i2r_crldp()
567 DIST_POINT *point; in i2r_crldp()