Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/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>.
64 SSL_get_shutdown() returns the current setting.
H A DSSL_shutdown.pod90 SSL_get_shutdown() (see also L<SSL_set_shutdown(3)> call.
/netbsd-src/crypto/external/bsd/openssl/dist/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>.
64 SSL_get_shutdown() returns the current setting.
H A DSSL_shutdown.pod126 SSL_get_shutdown() (see also L<SSL_set_shutdown(3)> call.
/netbsd-src/external/mpl/bind/dist/lib/isc/netmgr/
H A Dtlsstream.c431 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) {
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Dssl.map284 SSL_get_shutdown;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map370 SSL_get_shutdown;
/netbsd-src/external/bsd/libevent/dist/
H A Dbufferevent_openssl.c508 if (SSL_get_shutdown(bev_ssl->ssl) & SSL_RECEIVED_SHUTDOWN) in conn_closed()
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibssl.num329 SSL_get_shutdown 330 1_1_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dlibssl.num329 SSL_get_shutdown 330 3_0_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/
H A Dssl.pod577 =item int B<SSL_get_shutdown>(const SSL *ssl);
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h1990 __owur int SSL_get_shutdown(const SSL *ssl);
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in209 /* Used in SSL_set_shutdown()/SSL_get_shutdown(); */
2056 __owur int SSL_get_shutdown(const SSL *ssl);
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_lib.c4091 int SSL_get_shutdown(const SSL *s) in SSL_get_shutdown() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsslapitest.c6174 || !TEST_int_eq(SSL_get_shutdown(serverssl), in test_shutdown()