Home
last modified time | relevance | path

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

/freebsd-12.1/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);
29 SSL_set_rfd() and SSL_set_wfd() perform the respective action, but only
/freebsd-12.1/secure/lib/libssl/
H A DVersion.map370 SSL_set_wfd;
/freebsd-12.1/crypto/openssl/doc/man7/
H A Dssl.pod681 =item int B<SSL_set_wfd>(SSL *ssl, int fd);
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dssl.h1541 __owur int SSL_set_wfd(SSL *s, int fd);
/freebsd-12.1/contrib/sendmail/src/
H A Dsrvrsmtp.c2145 SSL_set_wfd(srv_ssl, wfd) <= 0)
H A Ddeliver.c6235 (result = SSL_set_wfd(clt_ssl, wfd)) != 1)
/freebsd-12.1/crypto/openssl/ssl/
H A Dssl_lib.c1361 int SSL_set_wfd(SSL *s, int fd) in SSL_set_wfd() function
/freebsd-12.1/crypto/openssl/crypto/err/
H A Dopenssl.txt1333 SSL_F_SSL_SET_WFD:196:SSL_set_wfd
/freebsd-12.1/secure/lib/libcrypto/
H A DMakefile.man2812 MLINKS+= SSL_set_fd.3 SSL_set_wfd.3