HomeSort by relevance Sort by last modified time
    Searched refs:SSL_set_fd (Results 1 - 12 of 12) sorted by null

  /external/libmicrohttpd/src/microspdy/
io_openssl.c 143 if(1 != (ret = SSL_set_fd(session->io_context, session->socket_fd)))
145 SPDYF_DEBUG("SSL_set_fd %i",ret);
  /external/libvncserver/libvncserver/
rfbssl_openssl.c 68 } else if (!(SSL_set_fd(ctx->ssl, cl->sock))) {
69 rfbErr("SSL_set_fd failed\n");
  /external/curl/lib/
setup-vms.h 305 #define SSL_set_fd SSL_SET_FD
  /external/libvncserver/libvncclient/
tls_openssl.c 275 SSL_set_fd (ssl, sockfd);
  /external/curl/lib/vtls/
cyassl.c 400 if(!SSL_set_fd(conssl->handle, (int)sockfd)) {
401 failf(data, "SSL: SSL_set_fd failed");
openssl.c     [all...]
  /external/libmicrohttpd/src/examples/
mhd2spdy_spdy.c 558 if(SSL_set_fd(ssl, fd) == 0)
559 spdy_dief("SSL_set_fd", ERR_error_string(ERR_get_error(), NULL));
  /external/libmicrohttpd/src/testspdy/
test_new_connection.c 501 if(SSL_set_fd(ssl, fd) == 0) {
502 dief("SSL_set_fd", ERR_error_string(ERR_get_error(), NULL));
test_request_response.c 489 if(SSL_set_fd(ssl, fd) == 0) {
490 dief("SSL_set_fd", ERR_error_string(ERR_get_error(), NULL));
  /external/boringssl/src/include/openssl/
ssl.h 262 /* SSL_set_fd configures |ssl| to read from and write to |fd|. It returns one
265 OPENSSL_EXPORT int SSL_set_fd(SSL *ssl, int fd);
    [all...]
  /external/boringssl/src/ssl/
ssl_lib.c 999 int SSL_set_fd(SSL *ssl, int fd) {
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 831 milliseconds