Home
last modified time | relevance | path

Searched refs:SSL_set_fd (Results 1 – 12 of 12) sorted by relevance

/external/libmicrohttpd/src/microspdy/
Dio_openssl.c143 if(1 != (ret = SSL_set_fd(session->io_context, session->socket_fd))) in SPDYF_openssl_new_session()
/external/libvncserver/libvncserver/
Drfbssl_openssl.c68 } else if (!(SSL_set_fd(ctx->ssl, cl->sock))) { in rfbssl_init()
/external/curl/lib/
Dsetup-vms.h301 #define SSL_set_fd SSL_SET_FD macro
/external/libvncserver/libvncclient/
Dtls_openssl.c275 SSL_set_fd (ssl, sockfd); in open_ssl_connection()
/external/curl/lib/vtls/
Dcyassl.c317 if(!SSL_set_fd(conssl->handle, (int)sockfd)) { in cyassl_connect_step1()
Dopenssl.c2097 if(!SSL_set_fd(connssl->handle, (int)sockfd)) { in ossl_connect_step1()
/external/libmicrohttpd/src/examples/
Dmhd2spdy_spdy.c558 if(SSL_set_fd(ssl, fd) == 0) in spdy_ssl_handshake()
/external/libmicrohttpd/src/testspdy/
Dtest_request_response.c489 if(SSL_set_fd(ssl, fd) == 0) { in ssl_handshake()
Dtest_new_connection.c501 if(SSL_set_fd(ssl, fd) == 0) { in ssl_handshake()
/external/boringssl/src/include/openssl/
Dssl.h265 OPENSSL_EXPORT int SSL_set_fd(SSL *ssl, int fd);
/external/boringssl/src/ssl/
Dssl_lib.c999 int SSL_set_fd(SSL *ssl, int fd) { in SSL_set_fd() function
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp9464 int ret = SSL_set_fd(ssl, fd.get());