Searched refs:SSL_connect (Results 1 – 8 of 8) sorted by relevance
596 i=SSL_connect(serverCon); in doConnection()
461 int code = (role_ == SSL_CLIENT) ? SSL_connect(ssl_) : SSL_accept(ssl_); in ContinueSSL()
331 int code = SSL_connect(ssl_); in ContinueSSL()
783 return(SSL_connect(s)); in ssl23_get_server_hello()
1896 int SSL_connect(SSL *ssl);
946 int SSL_connect(SSL *s) in SSL_connect() function
2385 res = SSL_connect(conn->ssl); in openssl_handshake()