Home
last modified time | relevance | path

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

/freebsd/crypto/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
/freebsd/contrib/sendmail/src/
H A Dsfsasl.c745 rfd = SSL_get_rfd(so->con);
870 rfd = SSL_get_rfd(so->con);
/freebsd/secure/lib/libssl/
H A DVersion.map274 SSL_get_rfd;
/freebsd/crypto/openssl/util/
H A Dlibssl.num59 SSL_get_rfd 60 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/test/
H A Dquicapitest.c90 if (!TEST_int_gt(csock = SSL_get_rfd(clientquic), 0)) in test_quic_write_read()
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c1680 return SSL_get_rfd(s); in SSL_get_fd()
1683 int SSL_get_rfd(const SSL *s) in SSL_get_rfd() function
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md607 | `SSL_get_rfd` | NDP | ��U | ��A | ��NC | ��Done …
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1650 __owur int SSL_get_rfd(const SSL *s);
H A Dssl.h.in1603 __owur int SSL_get_rfd(const SSL *s);
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4137 MLINKS+= SSL_get_fd.3 SSL_get_rfd.3