Home | History | Annotate | Download | only in ssl

Lines Matching refs:SSL_accept

373 	s->server=(ctx->method->ssl_accept == ssl_undefined_function)?0:1;
933 int SSL_accept(SSL *s)
939 return(s->method->ssl_accept(s));
2471 s->handshake_func=meth->ssl_accept;
2589 s->handshake_func=s->method->ssl_accept;