HomeSort by relevance Sort by last modified time
    Searched refs:SSL_get_fd (Results 1 - 5 of 5) 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 280 /* SSL_get_fd calls |SSL_get_rfd|. */
281 OPENSSL_EXPORT int SSL_get_fd(const SSL *ssl);
    [all...]
  /external/boringssl/src/ssl/
ssl_lib.cc     [all...]
ssl_test.cc     [all...]
  /external/conscrypt/common/src/jni/main/cpp/
NativeCrypto.cpp     [all...]

Completed in 1656 milliseconds