Searched refs:SSL_set_fd (Results 1 – 19 of 19) sorted by relevance
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | SSL_set_fd.pod | 5 SSL_set_fd, SSL_set_rfd, SSL_set_wfd - 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
|
| H A D | SSL_get_fd.pod | 42 L<SSL_set_fd(3)>, L<ssl(7)> , L<bio(7)>
|
| H A D | SSL_get_error.pod | 78 For socket B<BIO>s (e.g. when SSL_set_fd() was used), select() or
|
| /freebsd-13.1/contrib/dma/ |
| H A D | crypto.c | 183 error = SSL_set_fd(config.ssl, fd); in smtp_init_crypto()
|
| /freebsd-13.1/secure/lib/libssl/ |
| H A D | Version.map | 340 SSL_set_fd;
|
| /freebsd-13.1/contrib/openbsm/bin/auditdistd/ |
| H A 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-13.1/usr.sbin/rpc.tlsclntd/ |
| H A D | rpc.tlsclntd.c | 608 if (SSL_set_fd(ssl, s) != 1) { in rpctls_connect()
|
| /freebsd-13.1/crypto/openssl/doc/man7/ |
| H A D | ssl.pod | 24 L<SSL_new(3)>, L<SSL_set_fd(3)> or 647 =item int B<SSL_set_fd>(SSL *ssl, int fd); 810 L<SSL_set_fd(3)>,
|
| /freebsd-13.1/contrib/unbound/util/ |
| H A D | net_help.c | 1295 if(!SSL_set_fd(ssl, fd)) { in incoming_ssl_fd() 1317 if(!SSL_set_fd(ssl, fd)) { in outgoing_ssl_fd()
|
| /freebsd-13.1/usr.sbin/rpc.tlsservd/ |
| H A D | rpc.tlsservd.c | 669 if (SSL_set_fd(ssl, s) != 1) { in rpctls_server()
|
| /freebsd-13.1/contrib/unbound/smallapp/ |
| H A D | unbound-control.c | 740 if(!SSL_set_fd(ssl, fd)) in setup_ssl()
|
| H A D | unbound-anchor.c | 781 if(!SSL_set_fd(ssl, fd)) { in TLS_initiate()
|
| /freebsd-13.1/lib/libfetch/ |
| H A D | common.c | 1227 SSL_set_fd(conn->ssl, conn->sd); in fetch_ssl()
|
| /freebsd-13.1/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 405 MAN+= SSL_set_fd.3 2840 MLINKS+= SSL_set_fd.3 SSL_set_rfd.3 2841 MLINKS+= SSL_set_fd.3 SSL_set_wfd.3
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 1541 __owur int SSL_set_fd(SSL *s, int fd);
|
| /freebsd-13.1/contrib/unbound/daemon/ |
| H A D | remote.c | 510 if(!SSL_set_fd(n->ssl, newfd)) { in remote_accept_callback()
|
| /freebsd-13.1/crypto/openssl/crypto/err/ |
| H A D | openssl.txt | 1334 SSL_F_SSL_SET_FD:192:SSL_set_fd
|
| /freebsd-13.1/crypto/openssl/ssl/ |
| H A D | ssl_lib.c | 1355 int SSL_set_fd(SSL *s, int fd) in SSL_set_fd() function
|
| /freebsd-13.1/ |
| H A D | ObsoleteFiles.inc | 11873 OLD_FILES+=usr/share/man/man3/SSL_set_fd.3.gz
|