Home
last modified time | relevance | path

Searched refs:SSL_set_wfd (Results 1 – 12 of 12) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_set_fd.pod5 SSL_set_fd, SSL_set_rfd, SSL_set_wfd - connect the SSL object with a file descriptor
13 int SSL_set_wfd(SSL *ssl, int fd);
33 SSL_set_rfd() and SSL_set_wfd() perform the respective action, but only
/freebsd/secure/lib/libssl/
H A DVersion.map368 SSL_set_wfd;
/freebsd/crypto/openssl/util/
H A Dlibssl.num93 SSL_set_wfd 94 3_0_0 EXIST::FUNCTION:SOCK
/freebsd/crypto/openssl/test/
H A Dquicapitest.c948 if (!TEST_true(SSL_set_wfd(ssl, fd))) in test_quic_set_fd()
/freebsd/crypto/openssl/doc/man7/
H A Dopenssl-quic.pod166 L<SSL_set_fd(3)>, L<SSL_set_rfd(3)> and L<SSL_set_wfd(3)> traditionally
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md611 | `SSL_set_wfd` | NDP | ��C | ��A | ��QSI | ��Done …
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1660 __owur int SSL_set_wfd(SSL *s, int fd);
H A Dssl.h.in1613 __owur int SSL_set_wfd(SSL *s, int fd);
/freebsd/contrib/sendmail/src/
H A Dsrvrsmtp.c2396 SSL_set_wfd(srv_ssl, wfd) <= 0)
H A Ddeliver.c7688 (result = SSL_set_wfd(clt_ssl, wfd)) != 1)
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c1750 int SSL_set_wfd(SSL *s, int fd) in SSL_set_wfd() function
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4596 MLINKS+= SSL_set_fd.3 SSL_set_wfd.3