Lines Matching refs:nref
313 NOTICEREF *nref;
316 if ((nref = NOTICEREF_new()) == NULL)
318 not->noticeref = nref;
320 nref = not->noticeref;
322 nref->organization->type = V_ASN1_IA5STRING;
324 nref->organization->type = V_ASN1_VISIBLESTRING;
325 if (!ASN1_STRING_set(nref->organization, cnf->value,
329 NOTICEREF *nref;
333 if ((nref = NOTICEREF_new()) == NULL)
335 not->noticeref = nref;
337 nref = not->noticeref;
345 ret = nref_nos(nref->noticenos, nos);