Searched refs:SSL_get_shutdown (Results 1 – 18 of 18) 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.
1512 int SSL_get_shutdown(const SSL *ssl);
601 int SSL_get_shutdown(const SSL *ssl) in SSL_get_shutdown() function
761 pub fn SSL_get_shutdown(ssl: *const SSL) -> c_int; in SSL_get_shutdown() function
106 SSL_get_shutdown(tls.ssl) | SSL_RECEIVED_SHUTDOWN); in disconnect()
567 SSL_set_shutdown(ssl_, SSL_get_shutdown(ssl_) | SSL_RECEIVED_SHUTDOWN); in ~Http2Handler()
777 SSL_set_shutdown(ssl, SSL_get_shutdown(ssl) | SSL_RECEIVED_SHUTDOWN); in disconnect()
736 SSL_set_shutdown(ssl, SSL_get_shutdown(ssl) | SSL_RECEIVED_SHUTDOWN); in disconnect()
329 SSL_get_shutdown 330 3_0_0 EXIST::FUNCTION:
549 int flags = SSL_get_shutdown(ssl_.get()); in ClearOut()
3654 #[corresponds(SSL_get_shutdown)]3657 let bits = ffi::SSL_get_shutdown(self.ssl.as_ptr()); in get_shutdown()
2932 if (!SSL_in_init(ssl) && !(SSL_get_shutdown(ssl) & SSL_SENT_SHUTDOWN)) { in coap_dtls_free_session()3282 if (!SSL_in_init(ssl) && !(SSL_get_shutdown(ssl) & SSL_SENT_SHUTDOWN)) { in coap_tls_free_session()
1980 __owur int SSL_get_shutdown(const SSL *ssl);
209 /* Used in SSL_set_shutdown()/SSL_get_shutdown(); */2056 __owur int SSL_get_shutdown(const SSL *ssl);
2517 SSL_get_shutdown(self->ssl) == SSL_RECEIVED_SHUTDOWN) in _ssl__SSLSocket_read_impl()
4295 int SSL_get_shutdown(const SSL *s) in SSL_get_shutdown() function
7986 || !TEST_int_eq(SSL_get_shutdown(serverssl), in test_shutdown()