Searched refs:SSL_get_fd (Results 1 - 5 of 5) sorted by relevance

/external/libvncserver/libvncclient/
H A Dtls_openssl.c194 FD_SET(SSL_get_fd(ssl), &fds);
199 r = select (SSL_get_fd(ssl) + 1, &fds, NULL, NULL, &tv);
/external/boringssl/include/openssl/
H A Dssl.h1867 OPENSSL_EXPORT int SSL_get_fd(const SSL *s);
/external/boringssl/src/include/openssl/
H A Dssl.h1867 OPENSSL_EXPORT int SSL_get_fd(const SSL *s);
/external/boringssl/src/ssl/
H A Dssl_lib.c599 int SSL_get_fd(const SSL *s) { return SSL_get_rfd(s); } function
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp10292 int fd = SSL_get_fd(ssl);

Completed in 90 milliseconds