Home | History | Annotate | Download | only in x509v3

Lines Matching refs:noticeref

128         ASN1_OPT(USERNOTICE, noticeref, NOTICEREF),
134 ASN1_SEQUENCE(NOTICEREF) = {
135 ASN1_SIMPLE(NOTICEREF, organization, DISPLAYTEXT),
136 ASN1_SEQUENCE_OF(NOTICEREF, noticenos, ASN1_INTEGER)
137 } ASN1_SEQUENCE_END(NOTICEREF)
139 IMPLEMENT_ASN1_FUNCTIONS(NOTICEREF)
329 NOTICEREF *nref;
330 if (!not->noticeref) {
333 not->noticeref = nref;
335 nref = not->noticeref;
344 NOTICEREF *nref;
346 if (!not->noticeref) {
349 not->noticeref = nref;
351 nref = not->noticeref;
369 if (not->noticeref &&
370 (!not->noticeref->noticenos || !not->noticeref->organization)) {
459 if (notice->noticeref) {
460 NOTICEREF *ref;
461 ref = notice->noticeref;