Home
last modified time | relevance | path

Searched refs:nref (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_cpols.c331 NOTICEREF *nref; in notice_section() local
334 if ((nref = NOTICEREF_new()) == NULL) { in notice_section()
338 not->noticeref = nref; in notice_section()
340 nref = not->noticeref; in notice_section()
342 nref->organization->type = V_ASN1_IA5STRING; in notice_section()
344 nref->organization->type = V_ASN1_VISIBLESTRING; in notice_section()
345 if (!ASN1_STRING_set(nref->organization, cnf->value, in notice_section()
351 NOTICEREF *nref; in notice_section() local
355 if ((nref = NOTICEREF_new()) == NULL) { in notice_section()
359 not->noticeref = nref; in notice_section()
[all …]
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_impl.c3465 int nref; in ossl_quic_attach_stream() local
3488 if (!CRYPTO_GET_REF(&xso->obj.ssl.references, &nref)) { in ossl_quic_attach_stream()
3494 if (nref != 1) { in ossl_quic_attach_stream()