Searched refs:SSL_set_rfd (Results 1 – 6 of 6) sorted by relevance
12 int SSL_set_rfd(SSL *ssl, int fd);29 SSL_set_rfd() and SSL_set_wfd() perform the respective action, but only
593 =item int B<SSL_set_rfd>(SSL *ssl, int fd);
1240 int SSL_set_rfd(SSL *s, int fd);
606 int SSL_set_rfd(SSL *s,int fd) in SSL_set_rfd() function
1880 SSL_set_rfd(srv_ssl, rfd) <= 0 ||
6163 (result = SSL_set_rfd(clt_ssl, rfd)) != 1 ||