Searched refs:SSL_set_wfd (Results 1 – 6 of 6) sorted by relevance
13 int SSL_set_wfd(SSL *ssl, int fd);29 SSL_set_rfd() and SSL_set_wfd() perform the respective action, but only
609 =item int B<SSL_set_wfd>(SSL *ssl, int fd);
1241 int SSL_set_wfd(SSL *s, int fd);
584 int SSL_set_wfd(SSL *s,int fd) in SSL_set_wfd() function
1881 SSL_set_wfd(srv_ssl, wfd) <= 0)
6164 (result = SSL_set_wfd(clt_ssl, wfd)) != 1)