Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_crld.c370 DIST_POINT_NAME *dpn = (DIST_POINT_NAME *)*pval; in dpn_cb()
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),
423 DIST_POINT_NAME *
431 i2d_DIST_POINT_NAME(DIST_POINT_NAME *a, unsigned char **out) in i2d_DIST_POINT_NAME()
436 DIST_POINT_NAME *
439 return (DIST_POINT_NAME *)ASN1_item_new(&DIST_POINT_NAME_it); in DIST_POINT_NAME_new()
443 DIST_POINT_NAME_free(DIST_POINT_NAME *a) in DIST_POINT_NAME_free()
[all …]
H A Dx509_vfy.c1488 idp_check_dp(DIST_POINT_NAME *a, DIST_POINT_NAME *b) in idp_check_dp()
/dragonfly/crypto/libressl/include/openssl/
H A Dx509v3.h233 } DIST_POINT_NAME; typedef
250 DIST_POINT_NAME *distpoint;
363 DIST_POINT_NAME *distpoint;
648 DIST_POINT_NAME *DIST_POINT_NAME_new(void);
649 void DIST_POINT_NAME_free(DIST_POINT_NAME *a);
650 DIST_POINT_NAME *d2i_DIST_POINT_NAME(DIST_POINT_NAME **a, const unsigned char **in, long len);
651 int i2d_DIST_POINT_NAME(DIST_POINT_NAME *a, unsigned char **out);
659 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname);