NOTICEREF
.offset = offsetof(NOTICEREF, organization),
.offset = offsetof(NOTICEREF, noticenos),
.size = sizeof(NOTICEREF),
NOTICEREF *
d2i_NOTICEREF(NOTICEREF **a, const unsigned char **in, long len)
return (NOTICEREF *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
i2d_NOTICEREF(NOTICEREF *a, unsigned char **out)
NOTICEREF *
return (NOTICEREF *)ASN1_item_new(&NOTICEREF_it);
NOTICEREF_free(NOTICEREF *a)
NOTICEREF *nref;
NOTICEREF *nref;
NOTICEREF *ref;
NOTICEREF *noticeref;
NOTICEREF *NOTICEREF_new(void);
void NOTICEREF_free(NOTICEREF *a);
NOTICEREF *d2i_NOTICEREF(NOTICEREF **a, const unsigned char **in, long len);
int i2d_NOTICEREF(NOTICEREF *a, unsigned char **out);