Home | History | Annotate | Download | only in ssl

Lines Matching defs:SSL_new

248 		if (!s->method->ssl_new(s))
275 SSL *SSL_new(SSL_CTX *ctx)
380 if (!s->method->ssl_new(s))
890 t->method->ssl_new(t); /* setup new */
2580 ret=s->method->ssl_new(s);
2793 if ((ret=SSL_new(SSL_get_SSL_CTX(s))) == NULL)
2814 ret->method->ssl_new(ret);