| /freebsd/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 | 65 L<SSL_get_fd(3)>, L<SSL_set_bio(3)>,
|
| /freebsd/crypto/openssl/apps/ |
| H A D | s_time.c | 309 BIO_closesocket(SSL_get_fd(scon)); in s_time_main() 362 if ((fd = SSL_get_fd(scon)) >= 0) in s_time_main() 390 if ((fd = SSL_get_fd(scon)) >= 0) in s_time_main() 488 fd = SSL_get_fd(serverCon); in doConnection()
|
| H A D | s_client.c | 2411 if (fileno_stdin() > SSL_get_fd(con)) in s_client_main() 2414 width = SSL_get_fd(con) + 1; in s_client_main() 2619 width = SSL_get_fd(con) + 1; in s_client_main() 2625 openssl_fdset(SSL_get_fd(con), &readfds); in s_client_main() 3008 BIO_closesocket(SSL_get_fd(con)); in s_client_main() 3072 openssl_fdset(SSL_get_fd(con), &readfds); in s_client_main() 3075 openssl_fdset(SSL_get_fd(con), &writefds); in s_client_main() 3080 openssl_fdset(SSL_get_fd(con), &readfds); in s_client_main() 3083 openssl_fdset(SSL_get_fd(con), &writefds); in s_client_main() 3129 && !FD_ISSET(SSL_get_fd(con), &readfds) in s_client_main() [all …]
|
| /freebsd/crypto/openssl/demos/guide/ |
| H A D | tls-client-non-block.c | 109 sock = SSL_get_fd(ssl); in wait_for_activity()
|
| H A D | quic-client-non-block.c | 120 sock = SSL_get_fd(ssl); in wait_for_activity()
|
| H A D | quic-server-non-block.c | 233 if ((sock = SSL_get_fd(ssl)) == -1) { in wait_for_activity()
|
| /freebsd/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/secure/lib/libssl/ |
| H A D | Version.map | 262 SSL_get_fd;
|
| /freebsd/crypto/openssl/test/quic-openssl-docker/hq-interop/ |
| H A D | quic-hq-interop.c | 217 sock = SSL_get_fd(ssl); in wait_for_activity()
|
| /freebsd/tests/sys/kern/ |
| H A D | ssl_sendfile.c | 271 ATF_REQUIRE((fd = SSL_get_fd(ssl)) > 0); in SSL_read_b()
|
| /freebsd/crypto/openssl/demos/http3/ |
| H A D | ossl-nghttp3-demo-server.c | 991 if ((sock = SSL_get_fd(ssl)) == -1) { in wait_for_activity()
|
| /freebsd/lib/libfetch/ |
| H A D | common.c | 1275 setsockopt(SSL_get_fd(ssl), SOL_SOCKET, SO_RCVTIMEO, in fetch_ssl_read()
|
| /freebsd/crypto/openssl/util/ |
| H A D | libssl.num | 66 SSL_get_fd 67 3_0_0 EXIST::FUNCTION:
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | ossl-guide-tls-client-non-block.pod | 95 sock = SSL_get_fd(ssl);
|
| H A D | ossl-guide-quic-client-non-block.pod | 81 sock = SSL_get_fd(ssl);
|
| /freebsd/crypto/openssl/doc/ |
| H A D | build.info | 2662 DEPEND[html/man3/SSL_get_fd.html]=man3/SSL_get_fd.pod 2663 GENERATE[html/man3/SSL_get_fd.html]=man3/SSL_get_fd.pod 2664 DEPEND[man/man3/SSL_get_fd.3]=man3/SSL_get_fd.pod 2665 GENERATE[man/man3/SSL_get_fd.3]=man3/SSL_get_fd.pod 3729 html/man3/SSL_get_fd.html \ 4405 man/man3/SSL_get_fd.3 \
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 547 MAN+= SSL_get_fd.3 4431 MLINKS+= SSL_get_fd.3 SSL_get_rfd.3 4432 MLINKS+= SSL_get_fd.3 SSL_get_wfd.3
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-api-ssl-funcs.md | 609 | `SSL_get_fd` | NDP | U | A | NC | Done …
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 1656 __owur int SSL_get_fd(const SSL *s);
|
| H A D | ssl.h.in | 1609 __owur int SSL_get_fd(const SSL *s);
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_lib.c | 1670 int SSL_get_fd(const SSL *s) in SSL_get_fd() function
|