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 222 FD_SET(SSL_get_fd(ssl), &fds);
227 r = select (SSL_get_fd(ssl) + 1, &fds, NULL, NULL, &tv);
  /external/boringssl/src/include/openssl/
ssl.h 249 /* SSL_get_fd calls |SSL_get_rfd|. */
250 OPENSSL_EXPORT int SSL_get_fd(const SSL *ssl);
    [all...]
  /external/boringssl/src/ssl/
ssl_lib.c 979 int SSL_get_fd(const SSL *ssl) { return SSL_get_rfd(ssl); }
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 181 milliseconds