Searched refs:SSL_get_shutdown (Results 1 – 15 of 15) 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.
90 SSL_get_shutdown() (see also L<SSL_set_shutdown(3)> call.
126 SSL_get_shutdown() (see also L<SSL_set_shutdown(3)> call.
431 bool received_shutdown = ((SSL_get_shutdown(sock->tlsstream.tls) & in tls_do_bio() 433 bool sent_shutdown = ((SSL_get_shutdown(sock->tlsstream.tls) & in tls_do_bio() 608 ((SSL_get_shutdown(sock->tlsstream.tls) & in tls_do_bio() 611 ((SSL_get_shutdown(sock->tlsstream.tls) & in tls_do_bio() 1574 } else if ((SSL_get_shutdown(tls) & SSL_SENT_SHUTDOWN) == 0) {
284 SSL_get_shutdown;
370 SSL_get_shutdown;
508 if (SSL_get_shutdown(bev_ssl->ssl) & SSL_RECEIVED_SHUTDOWN) in conn_closed()
329 SSL_get_shutdown 330 1_1_0 EXIST::FUNCTION:
329 SSL_get_shutdown 330 3_0_0 EXIST::FUNCTION:
577 =item int B<SSL_get_shutdown>(const SSL *ssl);
1990 __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);
4091 int SSL_get_shutdown(const SSL *s) in SSL_get_shutdown() function
6174 || !TEST_int_eq(SSL_get_shutdown(serverssl), in test_shutdown()