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))
877 t->method->ssl_new(t); /* setup new */
2484 ret=s->method->ssl_new(s);
2697 if ((ret=SSL_new(SSL_get_SSL_CTX(s))) == NULL)
2718 ret->method->ssl_new(ret);