Searched refs:SSL_get_fd (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | SSL_get_fd.pod | 5 SSL_get_fd, SSL_get_rfd, SSL_get_wfd - get file descriptor linked to an SSL object 11 int SSL_get_fd(const SSL *ssl); 17 SSL_get_fd() returns the file descriptor which is linked to B<ssl>. 20 write channel are different, SSL_get_fd() will return the file descriptor
|
| H A D | SSL_set_fd.pod | 50 L<SSL_get_fd(3)>, L<SSL_set_bio(3)>,
|
| /freebsd-12.1/crypto/openssl/apps/ |
| H A D | s_time.c | 237 BIO_closesocket(SSL_get_fd(scon)); in s_time_main() 290 BIO_closesocket(SSL_get_fd(scon)); in s_time_main() 317 BIO_closesocket(SSL_get_fd(scon)); in s_time_main() 396 fd = SSL_get_fd(serverCon); in doConnection()
|
| H A D | s_client.c | 2143 if (fileno_stdin() > SSL_get_fd(con)) in s_client_main() 2146 width = SSL_get_fd(con) + 1; in s_client_main() 2395 width = SSL_get_fd(con) + 1; in s_client_main() 2401 openssl_fdset(SSL_get_fd(con), &readfds); in s_client_main() 2780 BIO_closesocket(SSL_get_fd(con)); in s_client_main() 2804 openssl_fdset(SSL_get_fd(con), &readfds); in s_client_main() 2806 openssl_fdset(SSL_get_fd(con), &writefds); in s_client_main() 2810 openssl_fdset(SSL_get_fd(con), &readfds); in s_client_main() 3097 shutdown(SSL_get_fd(con), 1); /* SHUT_WR */ in s_client_main() 3111 BIO_closesocket(SSL_get_fd(con)); in s_client_main() [all …]
|
| /freebsd-12.1/contrib/openbsm/bin/auditdistd/ |
| H A D | proto_tls.c | 192 sendfd = SSL_get_fd(sendssl); in tcp_recv_ssl_send() 232 recvfd = SSL_get_fd(recvssl); in ssl_recv_tcp_send() 272 tcpfd = SSL_get_fd(tcpssl); in tls_loop()
|
| /freebsd-12.1/secure/lib/libssl/ |
| H A D | Version.map | 263 SSL_get_fd;
|
| /freebsd-12.1/crypto/openssl/doc/man7/ |
| H A D | ssl.pod | 553 =item int B<SSL_get_fd>(const SSL *ssl); 795 L<SSL_get_fd(3)>,
|
| /freebsd-12.1/secure/lib/libcrypto/ |
| H A D | Makefile.man | 380 MAN+= SSL_get_fd.3 2756 MLINKS+= SSL_get_fd.3 SSL_get_rfd.3 2757 MLINKS+= SSL_get_fd.3 SSL_get_wfd.3
|
| /freebsd-12.1/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 1530 __owur int SSL_get_fd(const SSL *s);
|
| /freebsd-12.1/crypto/openssl/ssl/ |
| H A D | ssl_lib.c | 1313 int SSL_get_fd(const SSL *s) in SSL_get_fd() function
|
| /freebsd-12.1/ |
| H A D | ObsoleteFiles.inc | 8046 OLD_FILES+=usr/share/man/man3/SSL_get_fd.3.gz
|