Home
last modified time | relevance | path

Searched refs:SSL_get_shutdown (Results 1 – 15 of 15) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_set_shutdown.pod5 SSL_set_shutdown, SSL_get_shutdown - manipulate shutdown state of an SSL connection
13 int SSL_get_shutdown(const SSL *ssl);
19 SSL_get_shutdown() returns the shutdown mode of B<ssl>.
66 SSL_get_shutdown() returns the current shutdown state as set or based
69 SSL_get_shutdown() returns 0 if called on a QUIC stream SSL object. If it
H A DSSL_shutdown.pod139 may be checked using L<SSL_get_shutdown(3)>.
/freebsd/usr.sbin/rpc.tlsclntd/
H A Drpc.tlsclntd.c316 ret = SSL_get_shutdown(slp->ssl); in rpctlscd_handlerecord_2_svc()
348 ret = SSL_get_shutdown(slp->ssl); in rpctlscd_disconnect_2_svc()
/freebsd/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.c498 ret = SSL_get_shutdown(slp->ssl); in rpctlssd_handlerecord_2_svc()
533 ret = SSL_get_shutdown(slp->ssl); in rpctlssd_disconnect_2_svc()
/freebsd/secure/lib/libssl/
H A DVersion.map284 SSL_get_shutdown;
/freebsd/crypto/openssl/test/
H A Dquicapitest.c1541 if (!TEST_int_eq(SSL_get_shutdown(clientquic), 0)) in test_get_shutdown()
1547 if (!TEST_int_eq(SSL_get_shutdown(clientquic), SSL_SENT_SHUTDOWN)) in test_get_shutdown()
1555 if (!TEST_int_eq(SSL_get_shutdown(clientquic), in test_get_shutdown()
H A Dsslapitest.c8732 || !TEST_int_eq(SSL_get_shutdown(serverssl), in test_shutdown()
/freebsd/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c505 if (SSL_get_shutdown(bev_ssl->ssl) & SSL_RECEIVED_SHUTDOWN) in conn_closed()
/freebsd/contrib/libevent/
H A Dbufferevent_openssl.c505 if (SSL_get_shutdown(bev_ssl->ssl) & SSL_RECEIVED_SHUTDOWN) in conn_closed()
/freebsd/crypto/openssl/util/
H A Dlibssl.num329 SSL_get_shutdown 330 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h.in213 /* Used in SSL_set_shutdown()/SSL_get_shutdown(); */
2125 __owur int SSL_get_shutdown(const SSL *ssl);
H A Dssl.h2172 __owur int SSL_get_shutdown(const SSL *ssl);
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md621 | `SSL_get_shutdown` | CSSM | ��U | ��A | ��QSI | ��Done …
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c5444 int SSL_get_shutdown(const SSL *s) in SSL_get_shutdown() function
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4149 MLINKS+= SSL_set_shutdown.3 SSL_get_shutdown.3