Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/doc/ssl/
H A DSSL_get_fd.pod5 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 DSSL_set_fd.pod50 L<SSL_get_fd(3)|SSL_get_fd(3)>, L<SSL_set_bio(3)|SSL_set_bio(3)>,
H A Dssl.pod493 =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 Ds_client.c708 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 Ds_time.c530 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 Dssl.h39 int SSL_get_fd(SSL s);
/onnv-gate/usr/src/common/openssl/ssl/
H A Dssl.h1231 int SSL_get_fd(const SSL *s);
H A Dssl_lib.c535 int SSL_get_fd(const SSL *s) in SSL_get_fd() function