Searched refs:SSL_new (Results 1 – 25 of 32) sorted by relevance
12
328 long s = NativeCrypto.SSL_new(c); in test_SSL_new()336 long s2 = NativeCrypto.SSL_new(c); in test_SSL_new()352 long s = NativeCrypto.SSL_new(c); in test_SSL_use_certificate()376 long s = NativeCrypto.SSL_new(c); in test_SSL_use_PrivateKey_for_tls_channel_id()400 long s = NativeCrypto.SSL_new(c); in test_SSL_use_PrivateKey()424 long s = NativeCrypto.SSL_new(c); in test_SSL_check_private_key_no_key_no_cert()439 long s = NativeCrypto.SSL_new(c); in test_SSL_check_private_key_cert_then_key()458 long s = NativeCrypto.SSL_new(c); in test_SSL_check_private_key_key_then_cert()484 long s = NativeCrypto.SSL_new(c); in test_SSL_get_mode()498 long s = NativeCrypto.SSL_new(c); in test_SSL_set_mode_and_clear_mode()[all …]
133 SSL *ssl = SSL_new(ctx); in Server()
261 ScopedSSL ssl(SSL_new(ctx.get())); in Client()
65 } else if (NULL == (ctx->ssl = SSL_new(ctx->ssl_ctx))) { in rfbssl_init()
138 if(NULL == (session->io_context = SSL_new(session->daemon->io_context))) in SPDYF_openssl_new_session()
789 ScopedSSL ssl(SSL_new(ctx.get())); in GetClientHelloLen()869 ScopedSSL ssl(SSL_new(ctx.get())); in TestClientCAList()
55 ssl_.reset(SSL_new(ctx_.get()));
109 [AC_LANG_PROGRAM([#include <openssl/ssl.h>], [SSL_new(NULL)])],
296 #define SSL_new SSL_NEW macro
270 ssl = SSL_new (ssl_ctx); in open_ssl_connection()
376 ssl_.reset(SSL_new(ctx_.get())); in Init()
298 conssl->handle = SSL_new(conssl->ctx); in cyassl_connect_step1()
618 ssl=SSL_new(ctx); in cert_stuff()2057 connssl->handle = SSL_new(connssl->ctx); in ossl_connect_step1()
155 sslNativePointer = NativeCrypto.SSL_new(sslCtxNativePointer); in beginHandshake()
315 sslNativePointer = NativeCrypto.SSL_new(sslCtxNativePointer); in startHandshake()
846 public static native long SSL_new(long ssl_ctx) throws SSLException; in SSL_new() method in NativeCrypto
667 ssl = SSL_new(ssl_ctx); in fetch_uri()
679 ssl = SSL_new(ssl_ctx); in fetch_uri()
345 ssl_ = SSL_new(ssl_ctx_); in BeginSSL()
768 ssl_ = SSL_new(ssl_ctx_); in BeginSSL()
746 ssl = SSL_new(glob_opt.ssl_ctx); in spdy_connect()
1170 if (NULL == (ssl = SSL_new(ctx))) in run_ssl()
1127 ScopedSSL ssl(SSL_new(ssl_ctx)); in DoExchange()
181 AC_SEARCH_LIBS([SSL_new], [ssl],
242 SSL *server = SSL_new(sctx);