Searched refs:SSL_set_wfd (Results 1 – 7 of 7) sorted by relevance
5 SSL_set_fd, SSL_set_rfd, SSL_set_wfd - connect the SSL object with a file descriptor13 int SSL_set_wfd(SSL *ssl, int fd);33 SSL_set_rfd() and SSL_set_wfd() perform the respective action, but only
93 SSL_set_wfd 94 3_0_0 EXIST::FUNCTION:SOCK
802 if (!TEST_true(SSL_set_wfd(ssl, fd))) in test_quic_set_fd()
165 L<SSL_set_fd(3)>, L<SSL_set_rfd(3)> and L<SSL_set_wfd(3)> traditionally
611 | `SSL_set_wfd` | NDP | C | A | QSI | Done …
1603 __owur int SSL_set_wfd(SSL *s, int fd);
1698 int SSL_set_wfd(SSL *s, int fd) in SSL_set_wfd() function
Completed in 71 milliseconds