Searched refs:SSL_new (Results 1 - 19 of 19) sorted by relevance

/external/chromium/net/tools/flip_server/
H A Dspdy_ssl.cc91 SSL* ssl = SSL_new(ssl_ctx);
/external/openssl/apps/
H A Dciphers.c172 ssl=SSL_new(ctx);
H A Ds_time.c580 serverCon=SSL_new(tm_ctx);
H A Ds_server.c1974 con=SSL_new(ctx);
2572 if ((con=SSL_new(ctx)) == NULL) goto err;
H A Ds_client.c1217 con=SSL_new(ctx);
/external/chromium/net/test/
H A Dopenssl_helper.cc195 SSL* server = SSL_new(ctx);
/external/openssl/crypto/threads/
H A Dmttest.c381 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/
H A Dopensslstreamadapter.cc440 ssl_ = SSL_new(ssl_ctx_);
H A Dopenssladapter.cc296 ssl_ = SSL_new(ssl_ctx_);
/external/openssl/ssl/
H A Dbio_ssl.c564 if ((ssl=SSL_new(ctx)) == NULL)
H A Dssltest.c1108 c_ssl=SSL_new(c_ctx);
1109 s_ssl=SSL_new(s_ctx);
H A Dssl_lib.c275 SSL *SSL_new(SSL_CTX *ctx) function
2678 if ((ret=SSL_new(SSL_get_SSL_CTX(s))) == NULL)
H A Dssl.h484 * via SSL_new */
797 * when SSL_new() is called. This has been put in to make
877 /* Default values to use in SSL structures follow (these are copied by SSL_new) */
1816 SSL * SSL_new(SSL_CTX *ctx);
1866 /* This sets the 'default' SSL version that SSL_new() will create */
/external/chromium/net/socket/
H A Dssl_client_socket_openssl.cc425 ssl_ = SSL_new(context->ssl_ctx());
/external/openssl/include/openssl/
H A Dssl.h484 * via SSL_new */
797 * when SSL_new() is called. This has been put in to make
877 /* Default values to use in SSL structures follow (these are copied by SSL_new) */
1816 SSL * SSL_new(SSL_CTX *ctx);
1866 /* This sets the 'default' SSL version that SSL_new() will create */
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dtls_openssl.c876 conn->ssl = SSL_new(ssl);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c931 conn->ssl = SSL_new(ssl);
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c931 conn->ssl = SSL_new(ssl);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c931 conn->ssl = SSL_new(ssl);

Completed in 225 milliseconds