Searched refs:SSL_set_fd (Results 1 – 17 of 17) sorted by relevance
| /freebsd-10-stable/crypto/openssl/doc/ssl/ |
| D | SSL_set_fd.pod | 5 SSL_set_fd - connect the SSL object with a file descriptor 11 int SSL_set_fd(SSL *ssl, int fd); 17 SSL_set_fd() sets the file descriptor B<fd> as the input/output facility
|
| D | SSL_get_fd.pod | 42 L<SSL_set_fd(3)|SSL_set_fd(3)>, L<ssl(3)|ssl(3)> , L<bio(3)|bio(3)>
|
| D | ssl.pod | 26 L<SSL_new(3)|SSL_new(3)>, L<SSL_set_fd(3)|SSL_set_fd(3)> or 639 =item int B<SSL_set_fd>(SSL *ssl, int fd); 790 L<SSL_set_fd(3)|SSL_set_fd(3)>,
|
| D | SSL_get_error.pod | 61 For socket B<BIO>s (e.g. when SSL_set_fd() was used), select() or
|
| /freebsd-10-stable/contrib/unbound/util/ |
| D | net_help.c | 752 if(!SSL_set_fd(ssl, fd)) { in incoming_ssl_fd() 774 if(!SSL_set_fd(ssl, fd)) { in outgoing_ssl_fd()
|
| /freebsd-10-stable/contrib/unbound/smallapp/ |
| D | unbound-control.c | 268 if(!SSL_set_fd(ssl, fd)) in setup_ssl()
|
| D | unbound-anchor.c | 760 if(!SSL_set_fd(ssl, fd)) { in TLS_initiate()
|
| /freebsd-10-stable/contrib/openbsm/bin/auditdistd/ |
| D | proto_tls.c | 404 if (SSL_set_fd(ssl, tcpfd) != 1) in tls_exec_client() 698 if (SSL_set_fd(ssl, tcpfd) != 1) in tls_exec_server()
|
| /freebsd-10-stable/secure/lib/libssl/ |
| D | Makefile.man | 78 MAN+= SSL_set_fd.3
|
| /freebsd-10-stable/crypto/openssl/util/ |
| D | ssleay.num | 77 SSL_set_fd 87 EXIST::FUNCTION:SOCK
|
| /freebsd-10-stable/lib/libfetch/ |
| D | common.c | 937 SSL_set_fd(conn->ssl, conn->sd); in fetch_ssl()
|
| /freebsd-10-stable/crypto/openssl/ssl/ |
| D | ssl.h | 1845 int SSL_set_fd(SSL *s, int fd);
|
| D | ssl_lib.c | 676 int SSL_set_fd(SSL *s, int fd) in SSL_set_fd() function
|
| /freebsd-10-stable/contrib/unbound/daemon/ |
| D | remote.c | 562 if(!SSL_set_fd(n->ssl, newfd)) { in remote_accept_callback()
|
| /freebsd-10-stable/crypto/openssl/ |
| D | CHANGES.SSLeay | 642 SSL_set_fd(ssl,sock);
|
| /freebsd-10-stable/crypto/openssl/doc/ |
| D | ssleay.txt | 1354 SSL_set_rbio()/SSL_set_wbio() calls. The SSL_set_fd() calls 5796 SSL_set_fd(ssl,fd); 5812 SSL_set_fd(ssl2,fd2); 6181 SSL_set_fd 6306 SSL_set_fd(con,s);
|
| /freebsd-10-stable/ |
| D | ObsoleteFiles.inc | 3573 OLD_FILES+=usr/share/man/man3/SSL_set_fd.3.gz
|