Home | History | Annotate | Download | only in ssl

Lines Matching defs:SSL_accept

384 	s->server=(ctx->method->ssl_accept == ssl_undefined_function)?0:1;
962 int SSL_accept(SSL *s)
968 return(s->method->ssl_accept(s));
2641 s->handshake_func=meth->ssl_accept;
2763 s->handshake_func=s->method->ssl_accept;