Home
last modified time | relevance | path

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

/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)>,
/openssl/apps/
H A Ds_time.c291 BIO_closesocket(SSL_get_fd(scon)); in s_time_main()
344 if ((fd = SSL_get_fd(scon)) >= 0) in s_time_main()
372 if ((fd = SSL_get_fd(scon)) >= 0) in s_time_main()
462 fd = SSL_get_fd(serverCon); in doConnection()
H A Ds_client.c2322 if (fileno_stdin() > SSL_get_fd(con)) in s_client_main()
2325 width = SSL_get_fd(con) + 1; in s_client_main()
2547 width = SSL_get_fd(con) + 1; in s_client_main()
2553 openssl_fdset(SSL_get_fd(con), &readfds); in s_client_main()
2947 BIO_closesocket(SSL_get_fd(con)); in s_client_main()
3011 openssl_fdset(SSL_get_fd(con), &readfds); in s_client_main()
3014 openssl_fdset(SSL_get_fd(con), &writefds); in s_client_main()
3301 shutdown(SSL_get_fd(con), 1); /* SHUT_WR */ in s_client_main()
3315 BIO_closesocket(SSL_get_fd(con)); in s_client_main()
3521 sock = SSL_get_fd(s); in print_stuff()
[all …]
/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-hq-interop.c219 sock = SSL_get_fd(ssl); in wait_for_activity()
/openssl/util/
H A Dlibssl.num66 SSL_get_fd 67 3_0_0 EXIST::FUNCTION:
/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);
/openssl/doc/
H A Dbuild.info2618 DEPEND[html/man3/SSL_get_fd.html]=man3/SSL_get_fd.pod
2619 GENERATE[html/man3/SSL_get_fd.html]=man3/SSL_get_fd.pod
2620 DEPEND[man/man3/SSL_get_fd.3]=man3/SSL_get_fd.pod
2621 GENERATE[man/man3/SSL_get_fd.3]=man3/SSL_get_fd.pod
3664 html/man3/SSL_get_fd.html \
4328 man/man3/SSL_get_fd.3 \
/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md609 | `SSL_get_fd` | NDP | ��U | ��A | ��NC | ��Done …
/openssl/include/openssl/
H A Dssl.h.in1592 __owur int SSL_get_fd(const SSL *s);
/openssl/ssl/
H A Dssl_lib.c1626 int SSL_get_fd(const SSL *s) in SSL_get_fd() function

Completed in 76 milliseconds