Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_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-13-stable/secure/lib/libssl/
HDVersion.map369 SSL_set_wfd;
/freebsd-13-stable/crypto/openssl/doc/man7/
HDssl.pod681 =item int B<SSL_set_wfd>(SSL *ssl, int fd);
/freebsd-13-stable/crypto/openssl/include/openssl/
HDssl.h1553 __owur int SSL_set_wfd(SSL *s, int fd);
/freebsd-13-stable/contrib/sendmail/src/
HDsrvrsmtp.c2396 SSL_set_wfd(srv_ssl, wfd) <= 0)
HDdeliver.c7688 (result = SSL_set_wfd(clt_ssl, wfd)) != 1)
/freebsd-13-stable/crypto/openssl/ssl/
HDssl_lib.c1382 int SSL_set_wfd(SSL *s, int fd) in SSL_set_wfd() function
/freebsd-13-stable/crypto/openssl/crypto/err/
HDopenssl.txt1341 SSL_F_SSL_SET_WFD:196:SSL_set_wfd
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile2846 MLINKS+= SSL_set_fd.3 SSL_set_wfd.3