Searched refs:SSL_get_fd (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.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 | 61 L<SSL_get_fd(3)>, L<SSL_set_bio(3)>,
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | s_time.c | 238 BIO_closesocket(SSL_get_fd(scon)); in s_time_main() 292 BIO_closesocket(SSL_get_fd(scon)); in s_time_main() 319 BIO_closesocket(SSL_get_fd(scon)); in s_time_main() 398 fd = SSL_get_fd(serverCon); in doConnection()
|
| H A D | s_client.c | 2173 if (fileno_stdin() > SSL_get_fd(con)) in s_client_main() 2176 width = SSL_get_fd(con) + 1; in s_client_main() 2425 width = SSL_get_fd(con) + 1; in s_client_main() 2431 openssl_fdset(SSL_get_fd(con), &readfds); in s_client_main() 2810 BIO_closesocket(SSL_get_fd(con)); in s_client_main() 2834 openssl_fdset(SSL_get_fd(con), &readfds); in s_client_main() 2836 openssl_fdset(SSL_get_fd(con), &writefds); in s_client_main() 2840 openssl_fdset(SSL_get_fd(con), &readfds); in s_client_main() 3127 shutdown(SSL_get_fd(con), 1); /* SHUT_WR */ in s_client_main() 3141 BIO_closesocket(SSL_get_fd(con)); in s_client_main() [all …]
|
| /freebsd-13.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-13.1/secure/lib/libssl/ |
| H A D | Version.map | 263 SSL_get_fd;
|
| /freebsd-13.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-13.1/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 381 MAN+= SSL_get_fd.3 2783 MLINKS+= SSL_get_fd.3 SSL_get_rfd.3 2784 MLINKS+= SSL_get_fd.3 SSL_get_wfd.3
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 1532 __owur int SSL_get_fd(const SSL *s);
|
| /freebsd-13.1/crypto/openssl/ssl/ |
| H A D | ssl_lib.c | 1325 int SSL_get_fd(const SSL *s) in SSL_get_fd() function
|
| /freebsd-13.1/ |
| H A D | ObsoleteFiles.inc | 11857 OLD_FILES+=usr/share/man/man3/SSL_get_fd.3.gz
|