Home
last modified time | relevance | path

Searched refs:SSL_set_rfd (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
12 int SSL_set_rfd(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.map351 SSL_set_rfd;
/freebsd-13-stable/crypto/openssl/doc/man7/
HDssl.pod665 =item int B<SSL_set_rfd>(SSL *ssl, int fd);
/freebsd-13-stable/crypto/openssl/include/openssl/
HDssl.h1552 __owur int SSL_set_rfd(SSL *s, int fd);
/freebsd-13-stable/contrib/sendmail/src/
HDsrvrsmtp.c2395 SSL_set_rfd(srv_ssl, rfd) <= 0 ||
HDdeliver.c7687 (result = SSL_set_rfd(clt_ssl, rfd)) != 1 ||
/freebsd-13-stable/crypto/openssl/ssl/
HDssl_lib.c1412 int SSL_set_rfd(SSL *s, int fd) in SSL_set_rfd() function
/freebsd-13-stable/crypto/openssl/crypto/err/
HDopenssl.txt1336 SSL_F_SSL_SET_RFD:194:SSL_set_rfd
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile2845 MLINKS+= SSL_set_fd.3 SSL_set_rfd.3