Home
last modified time | relevance | path

Searched refs:SSL_get_rfd (Results 1 – 6 of 6) sorted by relevance

/openssl/doc/man3/
H A DSSL_get_fd.pod5 SSL_get_fd, SSL_get_rfd, SSL_get_wfd - get file descriptor linked to an SSL object
12 int SSL_get_rfd(const SSL *ssl);
18 SSL_get_rfd() and SSL_get_wfd() return the file descriptors for the
/openssl/util/
H A Dlibssl.num59 SSL_get_rfd 60 3_0_0 EXIST::FUNCTION:
/openssl/test/
H A Dquicapitest.c89 if (!TEST_int_gt(csock = SSL_get_rfd(clientquic), 0)) in test_quic_write_read()
/openssl/ssl/
H A Dssl_lib.c1628 return SSL_get_rfd(s); in SSL_get_fd()
1631 int SSL_get_rfd(const SSL *s) in SSL_get_rfd() function
/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md607 | `SSL_get_rfd` | NDP | ��U | ��A | ��NC | ��Done …
/openssl/include/openssl/
H A Dssl.h.in1593 __owur int SSL_get_rfd(const SSL *s);

Completed in 42 milliseconds