Searched refs:SSL_get_fd (Results 1 – 15 of 15) sorted by relevance
208 wsi = wsi_from_fd(context, SSL_get_fd(ssl)); in lws_ssl_info_callback()241 n = SSL_get_fd(wsi->tls.ssl); in lws_ssl_close()
381 wsi = wsi_from_fd(context, SSL_get_fd(ssl)); in lws_ssl_info_callback()414 n = SSL_get_fd(wsi->tls.ssl); in lws_ssl_close()
871 int SSL_get_fd(const SSL *ssl);
688 int SSL_get_fd(const SSL *ssl) in SSL_get_fd() function
202 SSL_get_fd
1754 '#define SSL_get_fd GRPC_SHADOW_SSL_get_fd',
291 OPENSSL_EXPORT int SSL_get_fd(const SSL *ssl);
1607 int SSL_get_fd(const SSL *ssl) { return SSL_get_rfd(ssl); } in SSL_get_fd() function
1844 EXPECT_EQ(rfd, SSL_get_fd(ssl)); in ExpectFDs()
1564 int SSL_get_fd(const SSL *ssl) { return SSL_get_rfd(ssl); } in SSL_get_fd() function
230 #define SSL_get_fd GRPC_SHADOW_SSL_get_fd macro
335 #define SSL_get_fd BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_get_fd) macro
8972 int fd = SSL_get_fd(ssl); in NativeCrypto_SSL_shutdown()