Searched refs:SSL_connect (Results 1 – 18 of 18) sorted by relevance
45 #define SSL_connect SSL_CONNECT
287 int ret = SSL_connect(ssl.get()); in Client()
282 #define SSL_connect SSL_CONNECT macro
280 n = SSL_connect(ssl); in open_ssl_connection()
345 ret = SSL_connect(conssl->handle); in cyassl_connect_step2()
2119 err = SSL_connect(connssl->handle); in ossl_connect_step2()
796 int ret = SSL_connect(ssl.get()); in GetClientHelloLen()
565 int SSL_connect(SSL *ssl) { in SSL_connect() function
493 rv = SSL_connect(ssl); in ssl_handshake()
505 rv = SSL_connect(ssl); in ssl_handshake()
382 int code = SSL_connect(ssl_); in ContinueSSL()
809 int code = (role_ == SSL_CLIENT) ? SSL_connect(ssl_) : SSL_accept(ssl_); in ContinueSSL()
562 rv = SSL_connect(ssl); in spdy_ssl_handshake()
1187 if (1 != SSL_connect(ssl)) in run_ssl()
1320 ret = SSL_connect(ssl.get()); in DoExchange()
1507 AC_CHECK_LIB(ssl, SSL_connect)1514 AC_CHECK_LIB(ssl, SSL_connect)1516 dnl still no SSL_connect
293 OPENSSL_EXPORT int SSL_connect(SSL *ssl);
3277 res = SSL_connect(conn->ssl); in openssl_handshake()