Home
last modified time | relevance | path

Searched refs:SSL_up_ref (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_new.pod5 SSL_dup, SSL_new, SSL_up_ref - create an SSL structure for a connection
13 int SSL_up_ref(SSL *s);
26 SSL_up_ref() increments the reference count for an
117 SSL_up_ref() returns 1 for success and 0 for failure.
H A DSSL_new_domain.pod57 Standard reference counting and free operations, such as L<SSL_up_ref(3)> and
H A DSSL_new_listener.pod49 Standard reference counting and free operations, such as L<SSL_up_ref(3)> and
/freebsd/secure/lib/libssl/
H A DVersion.map373 SSL_up_ref;
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_impl.c948 if (!ossl_assert(SSL_up_ref(&qc->obj.ssl))) in qc_set_default_xso_keep_ref()
2221 if (!SSL_up_ref(&qc->obj.ssl)) { in create_xso_from_stream()
4362 if (!SSL_up_ref(&ctx.qd->obj.ssl)) in ossl_quic_new_listener_from()
4446 if (!SSL_up_ref(&ctx.ql->obj.ssl)) in ossl_quic_new_from_listener()
4650 if (!SSL_up_ref(&ctx.ql->obj.ssl)) { in ossl_quic_accept_connection()
/freebsd/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-server-api.md81 - Refcounting (`SSL_up_ref`, `SSL_free`).
118 * - Refcounting (`SSL_up_ref`, `SSL_free`)
/freebsd/crypto/openssl/util/
H A Dlibssl.num143 SSL_up_ref 144 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md147 | `SSL_up_ref` | Object | ��U | ��A | ��NC | ��Done …
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1869 int SSL_up_ref(SSL *s);
H A Dssl.h.in1822 int SSL_up_ref(SSL *s);
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c1025 int SSL_up_ref(SSL *s) in SSL_up_ref() function
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4282 MLINKS+= SSL_new.3 SSL_up_ref.3
/freebsd/crypto/openssl/
H A DCHANGES.md5432 SSL_CTX_up_ref(), SSL_up_ref(), X509_up_ref(), EVP_PKEY_up_ref(),