Searched refs:SSL_get_fd (Results 1 – 8 of 8) sorted by relevance
| /onnv-gate/usr/src/common/openssl/doc/ssl/ |
| H A D | SSL_get_fd.pod | 5 SSL_get_fd - 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)|SSL_get_fd(3)>, L<SSL_set_bio(3)|SSL_set_bio(3)>,
|
| H A D | ssl.pod | 493 =item int B<SSL_get_fd>(const SSL *ssl); 704 L<SSL_get_fd(3)|SSL_get_fd(3)>,
|
| /onnv-gate/usr/src/common/openssl/apps/ |
| H A D | s_client.c | 708 width=SSL_get_fd(con)+1; in MAIN() 767 SHUTDOWN(SSL_get_fd(con)); in MAIN() 784 FD_SET(SSL_get_fd(con),&readfds); in MAIN() 786 FD_SET(SSL_get_fd(con),&writefds); in MAIN() 790 FD_SET(SSL_get_fd(con),&readfds); in MAIN() 792 FD_SET(SSL_get_fd(con),&writefds); in MAIN() 850 if (!ssl_pending && FD_ISSET(SSL_get_fd(con),&writefds)) in MAIN() 944 else if (ssl_pending || FD_ISSET(SSL_get_fd(con),&readfds)) in MAIN() 1062 SHUTDOWN(SSL_get_fd(con)); in MAIN()
|
| H A D | s_time.c | 530 SHUTDOWN2(SSL_get_fd(scon)); in MAIN() 584 SHUTDOWN2(SSL_get_fd(scon)); in MAIN() 623 SHUTDOWN2(SSL_get_fd(scon)); in MAIN() 704 i=SSL_get_fd(serverCon); in doConnection()
|
| /onnv-gate/usr/src/lib/libldap4/include/ |
| H A D | ssl.h | 39 int SSL_get_fd(SSL s);
|
| /onnv-gate/usr/src/common/openssl/ssl/ |
| H A D | ssl.h | 1231 int SSL_get_fd(const SSL *s);
|
| H A D | ssl_lib.c | 535 int SSL_get_fd(const SSL *s) in SSL_get_fd() function
|