Home | History | Annotate | Download | only in ssl

Lines Matching full:ssl_accept

384 	s->server=(ctx->method->ssl_accept == ssl_undefined_function)?0:1;
950 int SSL_accept(SSL *s)
956 return(s->method->ssl_accept(s));
2586 s->handshake_func=meth->ssl_accept;
2704 s->handshake_func=s->method->ssl_accept;