Searched refs:SSL_get_rfd (Results 1 – 7 of 7) 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
884 int SSL_get_rfd(const SSL *ssl);
727 int SSL_get_rfd(const SSL *ssl) in SSL_get_rfd() function
59 SSL_get_rfd 60 1_1_0 EXIST::FUNCTION:
1323 return SSL_get_rfd(s); in SSL_get_fd()1326 int SSL_get_rfd(const SSL *s) in SSL_get_rfd() function
1531 __owur int SSL_get_rfd(const SSL *s);
360 #define SSL_get_rfd BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_get_rfd) macro