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

  /external/libvncserver/libvncclient/
tls_openssl.c 194 FD_SET(SSL_get_fd(ssl), &fds);
199 r = select (SSL_get_fd(ssl) + 1, &fds, NULL, NULL, &tv);
  /external/boringssl/src/include/openssl/
ssl.h     [all...]
  /external/boringssl/src/ssl/
ssl_lib.c 599 int SSL_get_fd(const SSL *s) { return SSL_get_rfd(s); }
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 164 milliseconds