HomeSort by relevance Sort by last modified time
    Searched refs:ssl (Results 276 - 300 of 637) sorted by null

<<11121314151617181920>>

  /external/chromium_org/net/socket_stream/
socket_stream_job.h 42 SSLConfigService* ssl);
  /external/chromium_org/third_party/openssl/openssl/apps/
errstr.c 5 * This package is an SSL implementation written
7 * The implementation was written so as to conform with Netscapes SSL.
12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
66 #include <openssl/ssl.h>
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl_locl.h 0 /* ssl/ssl_locl.h */
5 * This package is an SSL implementation written
7 * The implementation was written so as to conform with Netscapes SSL.
12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
165 #include <openssl/ssl.h>
506 RSA *(*rsa_tmp_cb)(SSL *ssl,int is_export,int keysize);
510 DH *(*dh_tmp_cb)(SSL *ssl,int is_export,int keysize)
    [all...]
ssl_sess.c 0 /* ssl/ssl_sess.c */
5 * This package is an SSL implementation written
7 * The implementation was written so as to conform with Netscapes SSL.
12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
150 SSL_SESSION *SSL_get_session(const SSL *ssl)
153 return(ssl->session);
156 SSL_SESSION *SSL_get1_session(SSL *ssl)
    [all...]
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpsEngine.java 26 import javax.net.ssl.SSLSocket;
HttpsURLConnectionImpl.java 32 import javax.net.ssl.HostnameVerifier;
33 import javax.net.ssl.HttpsURLConnection;
34 import javax.net.ssl.SSLPeerUnverifiedException;
35 import javax.net.ssl.SSLSocket;
36 import javax.net.ssl.SSLSocketFactory;
  /external/openssl/apps/
errstr.c 5 * This package is an SSL implementation written
7 * The implementation was written so as to conform with Netscapes SSL.
12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
66 #include <openssl/ssl.h>
  /external/openssl/ssl/
ssl_locl.h 0 /* ssl/ssl_locl.h */
5 * This package is an SSL implementation written
7 * The implementation was written so as to conform with Netscapes SSL.
12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
165 #include <openssl/ssl.h>
504 RSA *(*rsa_tmp_cb)(SSL *ssl,int is_export,int keysize);
508 DH *(*dh_tmp_cb)(SSL *ssl,int is_export,int keysize)
    [all...]
ssl_sess.c 0 /* ssl/ssl_sess.c */
5 * This package is an SSL implementation written
7 * The implementation was written so as to conform with Netscapes SSL.
12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
150 SSL_SESSION *SSL_get_session(const SSL *ssl)
153 return(ssl->session);
156 SSL_SESSION *SSL_get1_session(SSL *ssl)
    [all...]
  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLServerSocketFactoryImpl.java 24 public class OpenSSLServerSocketFactoryImpl extends javax.net.ssl.SSLServerSocketFactory {
SSLServerSocketFactoryImpl.java 24 import javax.net.ssl.SSLServerSocketFactory;
58 * @see javax.net.ssl.SSLServerSocketFactory#getDefaultCipherSuites()
69 * @see javax.net.ssl.SSLServerSocketFactory#getSupportedCipherSuites()
SSLSocketInputStream.java 22 import javax.net.ssl.SSLException;
27 * received by SSL protocol.
33 // in one ssl packet.
45 // the ssl socket owning the stream
  /libcore/crypto/src/test/java/org/conscrypt/
FileClientSessionCacheTest.java 22 import libcore.javax.net.ssl.FakeSSLSession;
  /libcore/luni/src/main/java/javax/net/ssl/
DefaultSSLSocketFactory.java 18 package javax.net.ssl;
28 * Default inoperative implementation of javax.net.ssl.SSLSocketFactory
SSLSocketFactory.java 18 package javax.net.ssl;
32 // The default SSL socket factory
39 * defined by the security property {@code 'ssl.SocketFactory.provider'}.
41 * @return the default ssl socket factory instance.
48 defaultName = Security.getProperty("ssl.SocketFactory.provider");
96 * enabled for an SSL connection.
116 * @return the creates ssl socket.
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestKeyManager.java 17 package libcore.javax.net.ssl;
25 import javax.net.ssl.KeyManager;
26 import javax.net.ssl.SSLEngine;
27 import javax.net.ssl.X509ExtendedKeyManager;
  /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
SSLSocketFactoryImpl.java 3 import javax.net.ssl.SSLSocketFactory;
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLEngineTest.java 18 package org.apache.harmony.xnet.tests.javax.net.ssl;
23 import javax.net.ssl.SSLEngine;
24 import javax.net.ssl.SSLException;
25 import javax.net.ssl.SSLParameters;
26 import javax.net.ssl.SSLEngineResult.HandshakeStatus;
27 import javax.net.ssl.SSLSession;
28 import javax.net.ssl.SSLEngineResult;
KeyManagerFactory1Test.java 18 package org.apache.harmony.xnet.tests.javax.net.ssl;
29 import javax.net.ssl.ManagerFactoryParameters;
30 import javax.net.ssl.KeyManager;
31 import javax.net.ssl.KeyManagerFactory;
32 import javax.net.ssl.KeyManagerFactorySpi;
62 .getProperty("ssl.KeyManagerFactory.algorithm");
110 Security.setProperty("ssl.KeyManagerFactory.algorithm", defA);
116 Security.setProperty("ssl.KeyManagerFactory.algorithm", def);
124 * returns security property "ssl.KeyManagerFactory.algorithm";
TrustManagerFactory1Test.java 18 package org.apache.harmony.xnet.tests.javax.net.ssl;
28 import javax.net.ssl.ManagerFactoryParameters;
29 import javax.net.ssl.TrustManager;
30 import javax.net.ssl.TrustManagerFactory;
31 import javax.net.ssl.TrustManagerFactorySpi;
61 .getProperty("ssl.TrustManagerFactory.algorithm");
109 Security.setProperty("ssl.TrustManagerFactory.algorithm", defA);
115 Security.setProperty("ssl.TrustManagerFactory.algorithm", def);
121 * Assertions: returns security property "ssl.TrustManagerFactory.algorithm";
  /external/chromium/third_party/libjingle/source/talk/base/
opensslstreamadapter.cc 40 #include <openssl/ssl.h>
448 SSL_set_bio(ssl_, bio, bio); // the SSL object owns the bio now.
536 // Add the root cert to the SSL context
577 // Get our SSL structure from the store
578 SSL* ssl = reinterpret_cast<SSL*>(X509_STORE_CTX_get_ex_data( local
583 reinterpret_cast<OpenSSLStreamAdapter*>(SSL_get_app_data(ssl));
620 bool OpenSSLStreamAdapter::SSLPostConnectionCheck(SSL* ssl,
    [all...]
openssladapter.cc 12 #include <openssl/ssl.h>
308 // the SSL object owns the bio now
620 bool OpenSSLAdapter::VerifyServerName(SSL* ssl, const char* host,
628 X509* certificate = SSL_get_peer_certificate(ssl);
644 SSL_CIPHER_description(SSL_get_current_cipher(ssl), NULL, 128);
732 bool OpenSSLAdapter::SSLPostConnectionCheck(SSL* ssl, const char* host) {
733 bool ok = VerifyServerName(ssl, host, ignore_bad_cert());
736 ok = (SSL_get_verify_result(ssl) == X509_V_OK |
799 SSL* ssl = reinterpret_cast<SSL*>( local
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSocketFunctionalTest.java 24 import javax.net.ssl.HandshakeCompletedEvent;
25 import javax.net.ssl.HandshakeCompletedListener;
26 import javax.net.ssl.SSLContext;
27 import javax.net.ssl.SSLServerSocket;
28 import javax.net.ssl.SSLSocket;
177 * Performs SSL connection between the sockets
182 final String server_message = "Hello from SSL Server Socket!";
183 final String client_message = "Hello from SSL Socket!";
  /external/chromium/chrome/browser/ui/views/
page_info_bubble_view.cc 90 const NavigationEntry::SSLStatus& ssl,
92 : ALLOW_THIS_IN_INITIALIZER_LIST(model_(profile, url, ssl,
95 cert_id_(ssl.cert_id()),
354 const NavigationEntry::SSLStatus& ssl,
373 new PageInfoBubbleView(parent, profile, url, ssl, show_history);
  /external/chromium_org/third_party/libjingle/source/talk/base/
openssladapter.cc 44 #include <openssl/ssl.h>
347 // the SSL object owns the bio now
652 bool OpenSSLAdapter::VerifyServerName(SSL* ssl, const char* host,
660 X509* certificate = SSL_get_peer_certificate(ssl);
677 SSL_CIPHER_description(SSL_get_current_cipher(ssl), NULL, 128);
767 bool OpenSSLAdapter::SSLPostConnectionCheck(SSL* ssl, const char* host) {
768 bool ok = VerifyServerName(ssl, host, ignore_bad_cert());
771 ok = (SSL_get_verify_result(ssl) == X509_V_OK |
834 SSL* ssl = reinterpret_cast<SSL*>( local
    [all...]

Completed in 1876 milliseconds

<<11121314151617181920>>