Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dbio_ssl.c25 static int ssl_new(BIO *h);
52 ssl_new,
62 static int ssl_new(BIO *bi) in ssl_new() function
293 if (!ssl_new(b)) in ssl_ctrl()
H A Dssl_local.h409 SSL *(*ssl_new)(SSL_CTX *ctx); member
H A Dssl_lib.c700 return ctx->method->ssl_new(ctx); in SSL_new()
/freebsd/contrib/wpa/src/utils/
H A Dhttp_curl.c1283 ret = s->method->ssl_new(s); in curl_patch_ssl_new()
1314 patch_ssl_method.ssl_new = curl_patch_ssl_new; in curl_cb_ssl()