Searched refs:SSL_get_shutdown (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/regress/lib/libssl/shutdown/
H A Dshutdowntest.c431 if ((shutdown = SSL_get_shutdown(client)) != st->want_client_shutdown) {
436 if ((shutdown = SSL_get_shutdown(server)) != st->want_server_shutdown) {
540 if ((shutdown = SSL_get_shutdown(client)) != 0) {
545 if ((shutdown = SSL_get_shutdown(server)) != 0) {
556 if ((shutdown = SSL_get_shutdown(client)) != SSL_SENT_SHUTDOWN) {
567 if ((shutdown = SSL_get_shutdown(server)) != SSL_SENT_SHUTDOWN) {
578 if ((shutdown = SSL_get_shutdown(client)) !=
590 if ((shutdown = SSL_get_shutdown(server)) !=
/openbsd-current/lib/libssl/hidden/openssl/
H A Dssl.h319 LSSL_USED(SSL_get_shutdown); variable
/openbsd-current/lib/libssl/
H A Dssl_lib.c3211 SSL_get_shutdown(const SSL *s) function
3215 LSSL_ALIAS(SSL_get_shutdown); variable
H A Dssl.h339 /* Used in SSL_set_shutdown()/SSL_get_shutdown(); */
1392 int SSL_get_shutdown(const SSL *ssl);

Completed in 136 milliseconds