Home
last modified time | relevance | path

Searched refs:SSL_get_fd (Results 1 – 4 of 4) sorted by relevance

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