Lines Matching refs:nref
328 NOTICEREF *nref; in notice_section() local
330 if (!(nref = NOTICEREF_new())) in notice_section()
332 not->noticeref = nref; in notice_section()
334 nref = not->noticeref; in notice_section()
336 nref->organization->type = V_ASN1_IA5STRING; in notice_section()
338 nref->organization->type = V_ASN1_VISIBLESTRING; in notice_section()
339 if (!ASN1_STRING_set(nref->organization, cnf->value, in notice_section()
343 NOTICEREF *nref; in notice_section() local
346 if (!(nref = NOTICEREF_new())) in notice_section()
348 not->noticeref = nref; in notice_section()
350 nref = not->noticeref; in notice_section()
357 ret = nref_nos(nref->noticenos, nos); in notice_section()