Searched refs:SSL_set_rfd (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 descriptor12 int SSL_set_rfd(SSL *ssl, int fd);33 SSL_set_rfd() and SSL_set_wfd() perform the respective action, but only
106 SSL_set_rfd 107 3_0_0 EXIST::FUNCTION:SOCK
795 if (!TEST_true(SSL_set_rfd(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
610 | `SSL_set_rfd` | NDP | C | A | QSI | Done …
1602 __owur int SSL_set_rfd(SSL *s, int fd);
1734 int SSL_set_rfd(SSL *s, int fd) in SSL_set_rfd() function
Completed in 64 milliseconds