OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ssl_new
(Results
1 - 25
of
26
) sorted by null
1
2
/libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java
264
int s = NativeCrypto.
SSL_new
(c);
273
int s2 = NativeCrypto.
SSL_new
(c);
289
int s = NativeCrypto.
SSL_new
(c);
311
int s = NativeCrypto.
SSL_new
(c);
335
int s = NativeCrypto.
SSL_new
(c);
350
int s = NativeCrypto.
SSL_new
(c);
369
int s = NativeCrypto.
SSL_new
(c);
395
int s = NativeCrypto.
SSL_new
(c);
409
int s = NativeCrypto.
SSL_new
(c);
433
int s = NativeCrypto.
SSL_new
(c)
[
all
...]
/external/chromium/net/tools/flip_server/
spdy_ssl.cc
91
SSL* ssl =
SSL_new
(ssl_ctx);
/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)
ssl_lib.c
248
if (!s->method->
ssl_new
(s))
275
SSL *
SSL_new
(SSL_CTX *ctx)
369
if (!s->method->
ssl_new
(s))
873
t->method->
ssl_new
(t); /* setup new */
[
all
...]
ssl.h
412
int (*
ssl_new
)(SSL *s);
member in struct:ssl_method_st
484
* via
SSL_new
*/
797
* when
SSL_new
() is called. This has been put in to make
[
all
...]
ssl_err.c
234
{ERR_FUNC(SSL_F_SSL_NEW), "
SSL_new
"},
[
all
...]
ssltest.c
1108
c_ssl=
SSL_new
(c_ctx);
1109
s_ssl=
SSL_new
(s_ctx);
[
all
...]
/external/chromium/net/test/
openssl_helper.cc
195
SSL* server =
SSL_new
(ctx);
/external/openssl/crypto/bio/
bio_err.c
104
{ERR_FUNC(BIO_F_SSL_NEW), "
SSL_new
"},
/external/openssl/apps/
ciphers.c
172
ssl=
SSL_new
(ctx);
s_time.c
580
serverCon=
SSL_new
(tm_ctx);
s_cb.c
225
ssl=
SSL_new
(ctx);
s_server.c
[
all
...]
s_client.c
[
all
...]
/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/openssl/patches/
jsse.patch
250
@@ -326,6 +326,7 @@ SSL *
SSL_new
(SSL_CTX *ctx)
/external/openssl/include/openssl/
ssl.h
412
int (*
ssl_new
)(SSL *s);
member in struct:ssl_method_st
484
* via
SSL_new
*/
797
* when
SSL_new
() is called. This has been put in to make
[
all
...]
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java
423
public static native int
SSL_new
(int ssl_ctx) throws SSLException;
OpenSSLSocketImpl.java
271
sslNativePointer = NativeCrypto.
SSL_new
(sslCtxNativePointer);
[
all
...]
/external/chromium/net/socket/
ssl_client_socket_openssl.cc
425
ssl_ =
SSL_new
(context->ssl_ctx());
[
all
...]
/libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp
[
all
...]
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_openssl.c
876
conn->ssl =
SSL_new
(ssl);
[
all
...]
/external/wpa_supplicant_8/src/crypto/
tls_openssl.c
931
conn->ssl =
SSL_new
(ssl);
[
all
...]
Completed in 2175 milliseconds
1
2