Searched refs:SSL_get_shutdown (Results 1 – 13 of 13) sorted by relevance
5 SSL_set_shutdown, SSL_get_shutdown - manipulate shutdown state of an SSL connection13 int SSL_get_shutdown(const SSL *ssl);19 SSL_get_shutdown() returns the shutdown mode of B<ssl>.64 SSL_get_shutdown() returns the current setting.
126 SSL_get_shutdown() (see also L<SSL_set_shutdown(3)> call.
316 ret = SSL_get_shutdown(slp->ssl); in rpctlscd_handlerecord_2_svc()348 ret = SSL_get_shutdown(slp->ssl); in rpctlscd_disconnect_2_svc()
497 ret = SSL_get_shutdown(slp->ssl); in rpctlssd_handlerecord_2_svc()532 ret = SSL_get_shutdown(slp->ssl); in rpctlssd_disconnect_2_svc()
284 SSL_get_shutdown;
505 if (SSL_get_shutdown(bev_ssl->ssl) & SSL_RECEIVED_SHUTDOWN) in conn_closed()
329 SSL_get_shutdown 330 3_0_0 EXIST::FUNCTION:
209 /* Used in SSL_set_shutdown()/SSL_get_shutdown(); */2056 __owur int SSL_get_shutdown(const SSL *ssl);
2128 __owur int SSL_get_shutdown(const SSL *ssl);
4332 int SSL_get_shutdown(const SSL *s) in SSL_get_shutdown() function
4080 MLINKS+= SSL_set_shutdown.3 SSL_get_shutdown.3
8291 || !TEST_int_eq(SSL_get_shutdown(serverssl), in test_shutdown()