Searched refs:SSL_get_fd (Results 1 – 14 of 14) sorted by relevance
5 SSL_get_fd, SSL_get_rfd, SSL_get_wfd - get file descriptor linked to an SSL object11 int SSL_get_fd(const SSL *ssl);17 SSL_get_fd() returns the file descriptor which is linked to B<ssl>.20 write channel are different, SSL_get_fd() will return the file descriptor
65 L<SSL_get_fd(3)>, L<SSL_set_bio(3)>,
291 BIO_closesocket(SSL_get_fd(scon)); in s_time_main()344 if ((fd = SSL_get_fd(scon)) >= 0) in s_time_main()372 if ((fd = SSL_get_fd(scon)) >= 0) in s_time_main()462 fd = SSL_get_fd(serverCon); in doConnection()
2322 if (fileno_stdin() > SSL_get_fd(con)) in s_client_main()2325 width = SSL_get_fd(con) + 1; in s_client_main()2547 width = SSL_get_fd(con) + 1; in s_client_main()2553 openssl_fdset(SSL_get_fd(con), &readfds); in s_client_main()2947 BIO_closesocket(SSL_get_fd(con)); in s_client_main()3011 openssl_fdset(SSL_get_fd(con), &readfds); in s_client_main()3014 openssl_fdset(SSL_get_fd(con), &writefds); in s_client_main()3301 shutdown(SSL_get_fd(con), 1); /* SHUT_WR */ in s_client_main()3315 BIO_closesocket(SSL_get_fd(con)); in s_client_main()3521 sock = SSL_get_fd(s); in print_stuff()[all …]
109 sock = SSL_get_fd(ssl); in wait_for_activity()
120 sock = SSL_get_fd(ssl); in wait_for_activity()
219 sock = SSL_get_fd(ssl); in wait_for_activity()
66 SSL_get_fd 67 3_0_0 EXIST::FUNCTION:
95 sock = SSL_get_fd(ssl);
81 sock = SSL_get_fd(ssl);
2618 DEPEND[html/man3/SSL_get_fd.html]=man3/SSL_get_fd.pod2619 GENERATE[html/man3/SSL_get_fd.html]=man3/SSL_get_fd.pod2620 DEPEND[man/man3/SSL_get_fd.3]=man3/SSL_get_fd.pod2621 GENERATE[man/man3/SSL_get_fd.3]=man3/SSL_get_fd.pod3664 html/man3/SSL_get_fd.html \4328 man/man3/SSL_get_fd.3 \
609 | `SSL_get_fd` | NDP | U | A | NC | Done …
1592 __owur int SSL_get_fd(const SSL *s);
1626 int SSL_get_fd(const SSL *s) in SSL_get_fd() function
Completed in 76 milliseconds