Home
last modified time | relevance | path

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

/external/openssl/apps/
Ds_time.c427 SHUTDOWN2(SSL_get_fd(scon)); in MAIN()
481 SHUTDOWN2(SSL_get_fd(scon)); in MAIN()
520 SHUTDOWN2(SSL_get_fd(scon)); in MAIN()
601 i=SSL_get_fd(serverCon); in doConnection()
Ds_client.c1160 width=SSL_get_fd(con)+1; in MAIN()
1341 SHUTDOWN(SSL_get_fd(con)); in MAIN()
1358 openssl_fdset(SSL_get_fd(con),&readfds); in MAIN()
1360 openssl_fdset(SSL_get_fd(con),&writefds); in MAIN()
1364 openssl_fdset(SSL_get_fd(con),&readfds); in MAIN()
1366 openssl_fdset(SSL_get_fd(con),&writefds); in MAIN()
1448 if (!ssl_pending && FD_ISSET(SSL_get_fd(con),&writefds)) in MAIN()
1544 else if (ssl_pending || FD_ISSET(SSL_get_fd(con),&readfds)) in MAIN()
1671 SHUTDOWN(SSL_get_fd(con)); in MAIN()
/external/openssl/patches/
Djsse.patch19 int SSL_get_fd(const SSL *s);
/external/openssl/include/openssl/
Dssl.h1554 int SSL_get_fd(const SSL *s);
/external/openssl/ssl/
Dssl.h1554 int SSL_get_fd(const SSL *s);
Dssl_lib.c627 int SSL_get_fd(const SSL *s) in SSL_get_fd() function