Searched refs:SSL_get_rfd (Results 1 – 6 of 6) sorted by relevance
5 SSL_get_fd, SSL_get_rfd, SSL_get_wfd - get file descriptor linked to an SSL object12 int SSL_get_rfd(const SSL *ssl);18 SSL_get_rfd() and SSL_get_wfd() return the file descriptors for the
59 SSL_get_rfd 60 3_0_0 EXIST::FUNCTION:
89 if (!TEST_int_gt(csock = SSL_get_rfd(clientquic), 0)) in test_quic_write_read()
1628 return SSL_get_rfd(s); in SSL_get_fd()1631 int SSL_get_rfd(const SSL *s) in SSL_get_rfd() function
607 | `SSL_get_rfd` | NDP | U | A | NC | Done …
1593 __owur int SSL_get_rfd(const SSL *s);
Completed in 47 milliseconds