Searched refs:ISSUING_DIST_POINT (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/lib/libcrypto/x509/ |
| D | x509_crld.c | 583 .offset = offsetof(ISSUING_DIST_POINT, distpoint), 590 .offset = offsetof(ISSUING_DIST_POINT, onlyuser), 597 .offset = offsetof(ISSUING_DIST_POINT, onlyCA), 604 .offset = offsetof(ISSUING_DIST_POINT, onlysomereasons), 611 .offset = offsetof(ISSUING_DIST_POINT, indirectCRL), 618 .offset = offsetof(ISSUING_DIST_POINT, onlyattr), 630 .size = sizeof(ISSUING_DIST_POINT), 636 ISSUING_DIST_POINT * 637 d2i_ISSUING_DIST_POINT(ISSUING_DIST_POINT **a, const unsigned char **in, long len) in d2i_ISSUING_DIST_POINT() 639 return (ISSUING_DIST_POINT *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, in d2i_ISSUING_DIST_POINT() [all …]
|
| D | x509v3.h | 556 ISSUING_DIST_POINT *ISSUING_DIST_POINT_new(void); 557 void ISSUING_DIST_POINT_free(ISSUING_DIST_POINT *a); 558 ISSUING_DIST_POINT *d2i_ISSUING_DIST_POINT(ISSUING_DIST_POINT **a, const unsigned char **in, long l… 559 int i2d_ISSUING_DIST_POINT(ISSUING_DIST_POINT *a, unsigned char **out);
|
| D | x509_local.h | 241 ISSUING_DIST_POINT *idp;
|
| /openbsd/src/lib/libcrypto/ |
| D | ossl_typ.h | 155 typedef struct ISSUING_DIST_POINT_st ISSUING_DIST_POINT; typedef
|
| /openbsd/src/lib/libcrypto/asn1/ |
| D | x_crl.c | 73 static void setup_idp(X509_CRL *crl, ISSUING_DIST_POINT *idp); 345 setup_idp(X509_CRL *crl, ISSUING_DIST_POINT *idp) in setup_idp()
|