Searched refs:SSL_get_wfd (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 object13 int SSL_get_wfd(const SSL *ssl);18 SSL_get_rfd() and SSL_get_wfd() return the file descriptors for the
754 wfd = SSL_get_wfd(so->con);879 wfd = SSL_get_wfd(so->con);
301 SSL_get_wfd;
1342 int SSL_get_wfd(const SSL *s) in SSL_get_wfd() function2035 ret = ktls_sendfile(SSL_get_wfd(s), fd, offset, size, flags); in SSL_sendfile()
1534 __owur int SSL_get_wfd(const SSL *s);
2784 MLINKS+= SSL_get_fd.3 SSL_get_wfd.3