Searched refs:SSL_set_wfd (Results 1 – 9 of 9) 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);29 SSL_set_rfd() and SSL_set_wfd() perform the respective action, but only
370 SSL_set_wfd;
681 =item int B<SSL_set_wfd>(SSL *ssl, int fd);
1541 __owur int SSL_set_wfd(SSL *s, int fd);
2145 SSL_set_wfd(srv_ssl, wfd) <= 0)
6235 (result = SSL_set_wfd(clt_ssl, wfd)) != 1)
1361 int SSL_set_wfd(SSL *s, int fd) in SSL_set_wfd() function
1333 SSL_F_SSL_SET_WFD:196:SSL_set_wfd
2812 MLINKS+= SSL_set_fd.3 SSL_set_wfd.3