OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSL_new
(Results
1 - 25
of
36
) sorted by null
1
2
/external/chromium/net/tools/flip_server/
spdy_ssl.cc
91
SSL* ssl =
SSL_new
(ssl_ctx);
/external/chromium_org/net/tools/flip_server/
spdy_ssl.cc
98
SSL* ssl =
SSL_new
(ssl_ctx);
/libcore/crypto/src/test/java/org/conscrypt/
NativeCryptoTest.java
300
long s = NativeCrypto.
SSL_new
(c);
309
long s2 = NativeCrypto.
SSL_new
(c);
325
long s = NativeCrypto.
SSL_new
(c);
349
long s = NativeCrypto.
SSL_new
(c);
373
long s = NativeCrypto.
SSL_new
(c);
397
long s = NativeCrypto.
SSL_new
(c);
412
long s = NativeCrypto.
SSL_new
(c);
431
long s = NativeCrypto.
SSL_new
(c);
457
long s = NativeCrypto.
SSL_new
(c);
471
long s = NativeCrypto.
SSL_new
(c)
[
all
...]
/external/chromium_org/third_party/openssl/openssl/apps/
ciphers.c
172
ssl=
SSL_new
(ctx);
s_time.c
580
serverCon=
SSL_new
(tm_ctx);
s_server.c
[
all
...]
/external/openssl/apps/
ciphers.c
172
ssl=
SSL_new
(ctx);
s_time.c
580
serverCon=
SSL_new
(tm_ctx);
/external/chromium/net/test/
openssl_helper.cc
195
SSL* server =
SSL_new
(ctx);
/external/chromium_org/net/test/
openssl_helper.cc
195
SSL* server =
SSL_new
(ctx);
/external/chromium_org/third_party/openssl/openssl/crypto/threads/
mttest.c
381
ctx[2]=(char *)
SSL_new
(ssl_ctx[0]);
382
ctx[3]=(char *)
SSL_new
(ssl_ctx[1]);
442
s_ssl=
SSL_new
(s_ctx);
447
c_ssl=
SSL_new
(c_ctx);
/external/openssl/crypto/threads/
mttest.c
381
ctx[2]=(char *)
SSL_new
(ssl_ctx[0]);
382
ctx[3]=(char *)
SSL_new
(ssl_ctx[1]);
442
s_ssl=
SSL_new
(s_ctx);
447
c_ssl=
SSL_new
(c_ctx);
/external/chromium/third_party/libjingle/source/talk/base/
opensslstreamadapter.cc
440
ssl_ =
SSL_new
(ssl_ctx_);
openssladapter.cc
296
ssl_ =
SSL_new
(ssl_ctx_);
/external/chromium_org/net/socket/
ssl_session_cache_openssl_unittest.cc
124
SSL* ssl =
SSL_new
(ctx_.get());
ssl_client_socket_openssl.cc
652
ssl_ =
SSL_new
(context->ssl_ctx());
[
all
...]
/external/chromium_org/third_party/openssl/openssl/ssl/
bio_ssl.c
72
static int
ssl_new
(BIO *h);
94
ssl_new
,
104
static int
ssl_new
(BIO *bi)
function
361
if (!
ssl_new
(b))
572
if ((ssl=
SSL_new
(ctx)) == NULL)
ssltest.c
1079
c_ssl=
SSL_new
(c_ctx);
1080
s_ssl=
SSL_new
(s_ctx);
[
all
...]
/external/openssl/ssl/
bio_ssl.c
72
static int
ssl_new
(BIO *h);
94
ssl_new
,
104
static int
ssl_new
(BIO *bi)
function
353
if (!
ssl_new
(b))
564
if ((ssl=
SSL_new
(ctx)) == NULL)
ssltest.c
1079
c_ssl=
SSL_new
(c_ctx);
1080
s_ssl=
SSL_new
(s_ctx);
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/base/
openssladapter.cc
338
ssl_ =
SSL_new
(ssl_ctx_);
opensslstreamadapter.cc
634
ssl_ =
SSL_new
(ssl_ctx_);
/libcore/crypto/src/main/java/org/conscrypt/
NativeCrypto.java
771
public static native long
SSL_new
(long ssl_ctx) throws SSLException;
[
all
...]
OpenSSLSocketImpl.java
277
sslNativePointer = NativeCrypto.
SSL_new
(sslCtxNativePointer);
[
all
...]
/external/chromium/net/socket/
ssl_client_socket_openssl.cc
425
ssl_ =
SSL_new
(context->ssl_ctx());
[
all
...]
Completed in 106 milliseconds
1
2