Searched refs:DIST_POINT_NAME (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/lib/libcrypto/x509/
H A Dx509_crld.c132 set_dist_point_name(DIST_POINT_NAME **pdp, X509V3_CTX *ctx, CONF_VALUE *cnf)
370 DIST_POINT_NAME *dpn = (DIST_POINT_NAME *)*pval;
398 .offset = offsetof(DIST_POINT_NAME, name.fullname),
405 .offset = offsetof(DIST_POINT_NAME, name.relativename),
413 .utype = offsetof(DIST_POINT_NAME, type),
417 .size = sizeof(DIST_POINT_NAME),
418 .sname = "DIST_POINT_NAME",
423 DIST_POINT_NAME *
424 d2i_DIST_POINT_NAME(DIST_POINT_NAME **
[all...]
H A Dx509v3.h232 } DIST_POINT_NAME; typedef in typeref:struct:DIST_POINT_NAME_st
249 DIST_POINT_NAME *distpoint;
323 DIST_POINT_NAME *distpoint;
579 DIST_POINT_NAME *DIST_POINT_NAME_new(void);
580 void DIST_POINT_NAME_free(DIST_POINT_NAME *a);
581 DIST_POINT_NAME *d2i_DIST_POINT_NAME(DIST_POINT_NAME **a, const unsigned char **in, long len);
582 int i2d_DIST_POINT_NAME(DIST_POINT_NAME *a, unsigned char **out);
590 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname);
H A Dx509_vfy.c1397 idp_check_dp(DIST_POINT_NAME *a, DIST_POINT_NAME *b)

Completed in 253 milliseconds