Searched refs:SSL_accept (Results 1 – 8 of 8) sorted by relevance
86 int ret = SSL_accept(ssl); in Server()
72 while ((r = SSL_accept(ctx->ssl)) < 0) { in rfbssl_init()
27 SSL,function,120,SSL_accept
717 ret = SSL_accept(ssl.get()); in DoExchange()
847 int SSL_accept(SSL *s) { in SSL_accept() function854 OPENSSL_PUT_ERROR(SSL, SSL_accept, ERR_R_INTERNAL_ERROR); in SSL_accept()
2047 OPENSSL_EXPORT int SSL_accept(SSL *ssl);
2831 res = SSL_accept(conn->ssl); in openssl_handshake()
2026 rc = SSL_accept(ssl); in ssl_init()