Searched refs:SSL_set_fd (Results 1 – 8 of 8) sorted by relevance
| /onnv-gate/usr/src/common/openssl/doc/ssl/ |
| H A D | SSL_set_fd.pod | 5 SSL_set_fd - connect the SSL object with a file descriptor 11 int SSL_set_fd(SSL *ssl, int fd); 17 SSL_set_fd() sets the file descriptor B<fd> as the input/output facility
|
| H A D | SSL_get_fd.pod | 42 L<SSL_set_fd(3)|SSL_set_fd(3)>, L<ssl(3)|ssl(3)> , L<bio(3)|bio(3)>
|
| H A D | ssl.pod | 26 L<SSL_new(3)|SSL_new(3)>, L<SSL_set_fd(3)|SSL_set_fd(3)> or 579 =item int B<SSL_set_fd>(SSL *ssl, int fd); 719 L<SSL_set_fd(3)|SSL_set_fd(3)>,
|
| H A D | SSL_get_error.pod | 61 For socket B<BIO>s (e.g. when SSL_set_fd() was used), select() or
|
| /onnv-gate/usr/src/lib/print/libhttp-core/common/ |
| H A D | http.c | 2308 SSL_set_fd(conn, http->fd); in http_setup_ssl()
|
| /onnv-gate/usr/src/common/openssl/ssl/ |
| H A D | ssl.h | 1239 int SSL_set_fd(SSL *s, int fd);
|
| H A D | ssl_lib.c | 565 int SSL_set_fd(SSL *s,int fd) in SSL_set_fd() function
|
| /onnv-gate/usr/src/common/net/wanboot/ |
| H A D | boot_http.c | 754 if (SSL_set_fd(c_id->ssl, c_id->fd) == 0) { in http_srv_connect()
|