HomeSort by: relevance | last modified time | path
    Searched refs:ssl_new (Results 1 - 10 of 10) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/
bio_ssl.c 25 static int ssl_new(BIO *h);
52 ssl_new,
62 static int ssl_new(BIO *bi) function
293 if (!ssl_new(b))
501 if ((ssl = SSL_new(ctx)) == NULL) {
ssl_local.h 409 SSL *(*ssl_new)(SSL_CTX *ctx); member in struct:ssl_method_st
494 * SSL_new
819 * SSL_new() is called. This has been put in to make life easier to set
919 * SSL_new)
ssl_lib.c 690 SSL *SSL_new(SSL_CTX *ctx)
700 return ctx->method->ssl_new(ctx);
4221 * propagated in SSL_new(), for the following reason: setting the
5146 if ((ret = SSL_new(SSL_get_SSL_CTX(s))) == NULL)
  /src/crypto/external/bsd/openssl/dist/ssl/
bio_ssl.c 23 static int ssl_new(BIO *h);
46 ssl_new,
56 static int ssl_new(BIO *bi) function
284 if (!ssl_new(b))
466 if ((ssl = SSL_new(ctx)) == NULL) {
ssl_lib.c 650 if (!s->method->ssl_new(s))
687 SSL *SSL_new(SSL_CTX *ctx)
836 if (!s->method->ssl_new(s))
1651 if (t->method->ssl_new(t) == 0)
3409 * propagated in SSL_new(), for the following reason: setting the
3846 ret = s->method->ssl_new(s);
4103 if ((ret = SSL_new(SSL_get_SSL_CTX(s))) == NULL)
ssl_local.h 490 int (*ssl_new) (SSL *s); member in struct:ssl_method_st
572 * SSL_new
867 * SSL_new() is called. This has been put in to make life easier to set
967 * SSL_new)
  /src/crypto/external/bsd/openssl.old/dist/ssl/
bio_ssl.c 23 static int ssl_new(BIO *h);
46 ssl_new,
56 static int ssl_new(BIO *bi) function
284 if (!ssl_new(b))
466 if ((ssl = SSL_new(ctx)) == NULL) {
ssl_lib.c 643 if (!s->method->ssl_new(s))
678 SSL *SSL_new(SSL_CTX *ctx)
828 if (!s->method->ssl_new(s))
1591 if (t->method->ssl_new(t) == 0)
3181 * propagated in SSL_new(), for the following reason: setting the
3606 ret = s->method->ssl_new(s);
3862 if ((ret = SSL_new(SSL_get_SSL_CTX(s))) == NULL)
ssl_local.h 442 int (*ssl_new) (SSL *s); member in struct:ssl_method_st
524 * SSL_new
759 * SSL_new() is called. This has been put in to make life easier to set
856 * SSL_new)
  /src/external/bsd/wpa/dist/src/utils/
http_curl.c 1283 ret = s->method->ssl_new(s);
1309 * Use a temporary SSL_METHOD to get a callback on SSL_new()
1314 patch_ssl_method.ssl_new = curl_patch_ssl_new;

Completed in 50 milliseconds