Home | History | Annotate | Download | only in ssl

Lines Matching refs:SSL_new

358 SSL *SSL_new(SSL_CTX *ctx) {
406 if (!ssl->ctx->x509_method->ssl_new(ssl)) {
430 if (!ssl->method->ssl_new(ssl)) {
2372 /* TODO(davidben): Some state on |ssl| is reset both in |SSL_new| and
2375 * naturally reset at the right points between |SSL_new|, |SSL_clear|, and
2395 if (!ssl->method->ssl_new(ssl)) {