Searched refs:SSL_set_fd (Results 1 – 12 of 12) sorted by relevance
/external/libmicrohttpd/src/microspdy/ |
D | io_openssl.c | 143 if(1 != (ret = SSL_set_fd(session->io_context, session->socket_fd))) in SPDYF_openssl_new_session()
|
/external/libvncserver/libvncserver/ |
D | rfbssl_openssl.c | 68 } else if (!(SSL_set_fd(ctx->ssl, cl->sock))) { in rfbssl_init()
|
/external/curl/lib/ |
D | setup-vms.h | 301 #define SSL_set_fd SSL_SET_FD macro
|
/external/libvncserver/libvncclient/ |
D | tls_openssl.c | 275 SSL_set_fd (ssl, sockfd); in open_ssl_connection()
|
/external/curl/lib/vtls/ |
D | cyassl.c | 317 if(!SSL_set_fd(conssl->handle, (int)sockfd)) { in cyassl_connect_step1()
|
D | openssl.c | 2097 if(!SSL_set_fd(connssl->handle, (int)sockfd)) { in ossl_connect_step1()
|
/external/libmicrohttpd/src/examples/ |
D | mhd2spdy_spdy.c | 558 if(SSL_set_fd(ssl, fd) == 0) in spdy_ssl_handshake()
|
/external/libmicrohttpd/src/testspdy/ |
D | test_request_response.c | 489 if(SSL_set_fd(ssl, fd) == 0) { in ssl_handshake()
|
D | test_new_connection.c | 501 if(SSL_set_fd(ssl, fd) == 0) { in ssl_handshake()
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 265 OPENSSL_EXPORT int SSL_set_fd(SSL *ssl, int fd);
|
/external/boringssl/src/ssl/ |
D | ssl_lib.c | 999 int SSL_set_fd(SSL *ssl, int fd) { in SSL_set_fd() function
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 9464 int ret = SSL_set_fd(ssl, fd.get());
|