Home
last modified time | relevance | path

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

/third_party/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()
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()
Dssl_local.h442 int (*ssl_new) (SSL *s); member
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_types.h265 int (*ssl_new)(SSL *ssl); member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()