Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/openssl/dist/doc/ssl/
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>.
64 SSL_get_shutdown() returns the current setting.
H A DSSL_shutdown.pod57 SSL_get_shutdown() (see also L<SSL_set_shutdown(3)|SSL_set_shutdown(3)> call.
H A Dssl.pod528 =item int B<SSL_get_shutdown>(const SSL *ssl);
/minix/crypto/external/bsd/openssl/dist/demos/tunala/
H A Dsm.c112 if (SSL_get_app_data(machine->ssl) || (SSL_get_shutdown(machine->ssl) && in state_machine_churn()
/minix/crypto/external/bsd/openssl/dist/util/
H A Dssleay.num139 SSL_get_shutdown 155 EXIST::FUNCTION:
/minix/external/bsd/libevent/dist/
H A Dbufferevent_openssl.c497 if (SSL_get_shutdown(bev_ssl->ssl) & SSL_RECEIVED_SHUTDOWN) in conn_closed()
/minix/crypto/external/bsd/openssl/dist/ssl/
H A Dssl.h2099 int SSL_get_shutdown(const SSL *ssl);
H A Dssl_lib.c2911 int SSL_get_shutdown(const SSL *s) in SSL_get_shutdown() function