Home
last modified time | relevance | path

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

/openssl/crypto/x509/
H A Dv3_cpols.c330 NOTICEREF *nref; in notice_section() local
333 if ((nref = NOTICEREF_new()) == NULL) { in notice_section()
337 not->noticeref = nref; in notice_section()
339 nref = not->noticeref; in notice_section()
341 nref->organization->type = V_ASN1_IA5STRING; in notice_section()
343 nref->organization->type = V_ASN1_VISIBLESTRING; in notice_section()
350 NOTICEREF *nref; in notice_section() local
354 if ((nref = NOTICEREF_new()) == NULL) { in notice_section()
358 not->noticeref = nref; in notice_section()
360 nref = not->noticeref; in notice_section()
[all …]
/openssl/ssl/quic/
H A Dquic_impl.c3130 int nref; in ossl_quic_attach_stream() local
3153 if (!CRYPTO_GET_REF(&xso->ssl.references, &nref)) { in ossl_quic_attach_stream()
3159 if (nref != 1) { in ossl_quic_attach_stream()

Completed in 15 milliseconds