Searched refs:ssl_new (Results 1 – 6 of 6) sorted by relevance
23 static int ssl_new(BIO *h);46 ssl_new,56 static int ssl_new(BIO *bi) in ssl_new() function284 if (!ssl_new(b)) in ssl_ctrl()
643 if (!s->method->ssl_new(s)) in SSL_clear()828 if (!s->method->ssl_new(s)) in SSL_new()1577 if (t->method->ssl_new(t) == 0) in SSL_copy_session_id()3591 ret = s->method->ssl_new(s); in SSL_set_ssl_method()
442 int (*ssl_new) (SSL *s); member
265 int (*ssl_new)(SSL *ssl); member
1304 ret = s->method->ssl_new(s); in curl_patch_ssl_new()1335 patch_ssl_method.ssl_new = curl_patch_ssl_new; in curl_cb_ssl()