Searched refs:SSL_up_ref (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_new.pod | 5 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 D | SSL_new_domain.pod | 57 Standard reference counting and free operations, such as L<SSL_up_ref(3)> and
|
H A D | SSL_new_listener.pod | 49 Standard reference counting and free operations, such as L<SSL_up_ref(3)> and
|
/freebsd/secure/lib/libssl/ |
H A D | Version.map | 373 SSL_up_ref;
|
/freebsd/crypto/openssl/ssl/quic/ |
H A D | quic_impl.c | 948 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 D | quic-server-api.md | 81 - Refcounting (`SSL_up_ref`, `SSL_free`). 118 * - Refcounting (`SSL_up_ref`, `SSL_free`)
|
/freebsd/crypto/openssl/util/ |
H A D | libssl.num | 143 SSL_up_ref 144 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/doc/designs/quic-design/ |
H A D | quic-api-ssl-funcs.md | 147 | `SSL_up_ref` | Object | U | A | NC | Done …
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 1869 int SSL_up_ref(SSL *s);
|
H A D | ssl.h.in | 1822 int SSL_up_ref(SSL *s);
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_lib.c | 1025 int SSL_up_ref(SSL *s) in SSL_up_ref() function
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 4282 MLINKS+= SSL_new.3 SSL_up_ref.3
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 5432 SSL_CTX_up_ref(), SSL_up_ref(), X509_up_ref(), EVP_PKEY_up_ref(),
|