Searched refs:SSL_set_rfd (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 descriptor12 int SSL_set_rfd(SSL *ssl, int fd);29 SSL_set_rfd() and SSL_set_wfd() perform the respective action, but only
351 SSL_set_rfd;
665 =item int B<SSL_set_rfd>(SSL *ssl, int fd);
1552 __owur int SSL_set_rfd(SSL *s, int fd);
2395 SSL_set_rfd(srv_ssl, rfd) <= 0 ||
7687 (result = SSL_set_rfd(clt_ssl, rfd)) != 1 ||
1412 int SSL_set_rfd(SSL *s, int fd) in SSL_set_rfd() function
1336 SSL_F_SSL_SET_RFD:194:SSL_set_rfd
2845 MLINKS+= SSL_set_fd.3 SSL_set_rfd.3