Home
last modified time | relevance | path

Searched refs:SSL_get_fd (Results 1 – 22 of 22) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_fd.pod5 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 DSSL_set_fd.pod65 L<SSL_get_fd(3)>, L<SSL_set_bio(3)>,
/freebsd/crypto/openssl/apps/
H A Ds_time.c309 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 Ds_client.c2411 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 Dtls-client-non-block.c109 sock = SSL_get_fd(ssl); in wait_for_activity()
H A Dquic-client-non-block.c120 sock = SSL_get_fd(ssl); in wait_for_activity()
H A Dquic-server-non-block.c233 if ((sock = SSL_get_fd(ssl)) == -1) { in wait_for_activity()
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dproto_tls.c192 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 DVersion.map262 SSL_get_fd;
/freebsd/crypto/openssl/test/quic-openssl-docker/hq-interop/
H A Dquic-hq-interop.c217 sock = SSL_get_fd(ssl); in wait_for_activity()
/freebsd/tests/sys/kern/
H A Dssl_sendfile.c271 ATF_REQUIRE((fd = SSL_get_fd(ssl)) > 0); in SSL_read_b()
/freebsd/crypto/openssl/demos/http3/
H A Dossl-nghttp3-demo-server.c991 if ((sock = SSL_get_fd(ssl)) == -1) { in wait_for_activity()
/freebsd/lib/libfetch/
H A Dcommon.c1275 setsockopt(SSL_get_fd(ssl), SOL_SOCKET, SO_RCVTIMEO, in fetch_ssl_read()
/freebsd/crypto/openssl/util/
H A Dlibssl.num66 SSL_get_fd 67 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-tls-client-non-block.pod95 sock = SSL_get_fd(ssl);
H A Dossl-guide-quic-client-non-block.pod81 sock = SSL_get_fd(ssl);
/freebsd/crypto/openssl/doc/
H A Dbuild.info2662 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 DMakefile547 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 Dquic-api-ssl-funcs.md609 | `SSL_get_fd` | NDP | ��U | ��A | ��NC | ��Done …
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1656 __owur int SSL_get_fd(const SSL *s);
H A Dssl.h.in1609 __owur int SSL_get_fd(const SSL *s);
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c1670 int SSL_get_fd(const SSL *s) in SSL_get_fd() function