Home
last modified time | relevance | path

Searched refs:ssl_new (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/crypto/openssl/ssl/
Dbio_ssl.c23 static int ssl_new(BIO *h);
46 ssl_new,
56 static int ssl_new(BIO *bi) in ssl_new() function
284 if (!ssl_new(b)) in ssl_ctrl()
Dssl_lib.c643 if (!s->method->ssl_new(s)) in SSL_clear()
828 if (!s->method->ssl_new(s)) in SSL_new()
1591 if (t->method->ssl_new(t) == 0) in SSL_copy_session_id()
3606 ret = s->method->ssl_new(s); in SSL_set_ssl_method()
Dssl_local.h442 int (*ssl_new) (SSL *s); member
/freebsd-12-stable/contrib/wpa/src/utils/
Dhttp_curl.c1304 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()