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

/freebsd-11-stable/secure/lib/libssl/
H A DMakefile.man317 MLINKS+= SSL_set_shutdown.3 SSL_get_shutdown.3
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c502 if (SSL_get_shutdown(bev_ssl->ssl) & SSL_RECEIVED_SHUTDOWN)
/freebsd-11-stable/contrib/serf/buckets/
H A Dssl_buckets.c825 shutdown = SSL_get_shutdown(ctx->ssl);
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl.h349 /* Used in SSL_set_shutdown()/SSL_get_shutdown(); */
2439 int SSL_get_shutdown(const SSL *ssl);
H A Dssl_lib.c3168 int SSL_get_shutdown(const SSL *s) function

Completed in 111 milliseconds