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

/external/libvncserver/libvncclient/
H A Dtls_openssl.c222 FD_SET(SSL_get_fd(ssl), &fds);
227 r = select (SSL_get_fd(ssl) + 1, &fds, NULL, NULL, &tv);
/external/boringssl/include/openssl/
H A Dssl.h249 /* SSL_get_fd calls |SSL_get_rfd|. */
250 OPENSSL_EXPORT int SSL_get_fd(const SSL *ssl);
/external/boringssl/src/include/openssl/
H A Dssl.h249 /* SSL_get_fd calls |SSL_get_rfd|. */
250 OPENSSL_EXPORT int SSL_get_fd(const SSL *ssl);
/external/boringssl/src/ssl/
H A Dssl_lib.c979 int SSL_get_fd(const SSL *ssl) { return SSL_get_rfd(ssl); } function
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp10424 int fd = SSL_get_fd(ssl);

Completed in 124 milliseconds