Home | History | Annotate | Download | only in x509v3

Lines Matching full:noticeref

118 	ASN1_OPT(USERNOTICE, noticeref, NOTICEREF),
124 ASN1_SEQUENCE(NOTICEREF) = {
125 ASN1_SIMPLE(NOTICEREF, organization, DISPLAYTEXT),
126 ASN1_SEQUENCE_OF(NOTICEREF, noticenos, ASN1_INTEGER)
127 } ASN1_SEQUENCE_END(NOTICEREF)
129 IMPLEMENT_ASN1_FUNCTIONS(NOTICEREF)
290 NOTICEREF *nref;
291 if(!not->noticeref) {
293 not->noticeref = nref;
294 } else nref = not->noticeref;
300 NOTICEREF *nref;
302 if(!not->noticeref) {
304 not->noticeref = nref;
305 } else nref = not->noticeref;
323 if(not->noticeref &&
324 (!not->noticeref->noticenos || !not->noticeref->organization)) {
415 if(notice->noticeref) {
416 NOTICEREF *ref;
417 ref = notice->noticeref;