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)
369 if (!s->method->ssl_new(s))
873 t->method->ssl_new(t); /* setup new */
2465 ret=s->method->ssl_new(s);
2678 if ((ret=SSL_new(SSL_get_SSL_CTX(s))) == NULL)
2699 ret->method->ssl_new(ret);