/external/libvncserver/libvncclient/ |
tls_openssl.c | 25 #include <openssl/ssl.h> 117 ssl_errno (SSL *ssl, int ret) 119 switch (SSL_get_error (ssl, ret)) { 181 SSL *ssl; local 186 ssl = X509_STORE_CTX_get_ex_data (ctx, SSL_get_ex_data_X509_STORE_CTX_idx ()); 188 client = SSL_CTX_get_app_data (ssl->ctx); 214 static int sock_read_ready(SSL *ssl, uint32_t ms 264 SSL *ssl = NULL; local [all...] |
/cts/tests/tests/net/src/android/net/http/cts/ |
SslCertificate_DNameTest.java | 34 SslCertificate ssl = new SslCertificate(TO, BY, DateFormat.getInstance().format( local 36 DName issuedTo = ssl.getIssuedTo();
|
/development/libraries/stereocamera/ |
source.properties | 9 Pkg.SourceUrl=https\://dl-ssl.google.com/android/repository/repository.xml
|
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
SSLHandshakeExceptionTest.java | 18 package org.apache.harmony.xnet.tests.javax.net.ssl; 20 import javax.net.ssl.SSLHandshakeException;
|
SSLKeyExceptionTest.java | 18 package org.apache.harmony.xnet.tests.javax.net.ssl; 20 import javax.net.ssl.SSLKeyException;
|
SSLPeerUnverifiedExceptionTest.java | 18 package org.apache.harmony.xnet.tests.javax.net.ssl; 20 import javax.net.ssl.SSLPeerUnverifiedException;
|
SSLProtocolExceptionTest.java | 18 package org.apache.harmony.xnet.tests.javax.net.ssl; 20 import javax.net.ssl.SSLProtocolException;
|
/external/conscrypt/src/main/java/org/conscrypt/ |
PSKKeyManager.java | 21 import javax.net.ssl.KeyManager; 22 import javax.net.ssl.SSLEngine; 29 * <p>TLS-PSK is a set of TLS/SSL cipher suites which rely on a symmetric pre-shared key (PSK) to 30 * secure the TLS/SSL connection and mutually authenticate its peers. These cipher suites may be 37 * <p>When a TLS-PSK cipher suite is used, both peers have to use the same key for the TLS/SSL 54 * <p>The high-level flow leading to peers choosing a key during TLS/SSL handshake is as follows:
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
FallbackTestClientSocketFactory.java | 23 import javax.net.ssl.SSLSocket; 24 import javax.net.ssl.SSLSocketFactory;
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
CertPathTrustManagerParametersTest.java | 18 package org.apache.harmony.tests.javax.net.ssl; 21 import javax.net.ssl.CertPathTrustManagerParameters; 33 * javax.net.ssl.CertPathTrustManagerParameters# 60 * javax.net.ssl.CertPathTrustManagerParameters#getParameters()
|
/libcore/ojluni/src/main/java/sun/security/ssl/ |
DHClientKeyExchange.java | 27 package sun.security.ssl; 32 import javax.net.ssl.SSLHandshakeException;
|
SSLServerSocketFactoryImpl.java | 26 package sun.security.ssl; 32 import javax.net.ssl.SSLServerSocketFactory; 35 * This class creates SSL server sockets. 48 * only called if the old "ssl.ServerSocketFactory.provider" property in the 107 * on an SSL connection. Normally, only a subset of these will actually
|
Record.java | 27 package sun.security.ssl; 31 * SSL/TLS records, as pulled off (and put onto) a TCP stream. This is 39 * There are four SSL record types, which are part of the interface 58 * SSL has a maximum record size. It's header, (compressed) data, 90 * Some SSL/TLS implementations support large fragment upto 2^15 bytes,
|
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/ |
KeyManagerFactorySpiImpl.java | 9 import javax.net.ssl.KeyManager; 10 import javax.net.ssl.ManagerFactoryParameters;
|
TrustManagerFactorySpiImpl.java | 7 import javax.net.ssl.ManagerFactoryParameters; 8 import javax.net.ssl.TrustManager;
|
/external/google-tv-pairing-protocol/cpp/src/polo/pairing/ |
pairingcontext.h | 19 #include <openssl/ssl.h> 30 // @param local_certificate the local SSL certificate 31 // @param peer_certificate the peer SSL certificate
|
/external/google-tv-pairing-protocol/cpp/src/polo/util/ |
poloutil.h | 18 #include <openssl/ssl.h>
|
/external/jetty/src/java/org/eclipse/jetty/util/ssl/ |
AliasedX509ExtendedKeyManager.java | 19 package org.eclipse.jetty.util.ssl; 26 import javax.net.ssl.SSLEngine; 27 import javax.net.ssl.X509ExtendedKeyManager; 28 import javax.net.ssl.X509KeyManager; 57 * @see javax.net.ssl.X509KeyManager#chooseClientAlias(java.lang.String[], java.security.Principal[], java.net.Socket) 66 * @see javax.net.ssl.X509KeyManager#chooseServerAlias(java.lang.String, java.security.Principal[], java.net.Socket) 75 * @see javax.net.ssl.X509KeyManager#getClientAliases(java.lang.String, java.security.Principal[]) 85 * @see javax.net.ssl.X509KeyManager#getServerAliases(java.lang.String, java.security.Principal[]) 94 * @see javax.net.ssl.X509KeyManager#getCertificateChain(java.lang.String) 103 * @see javax.net.ssl.X509KeyManager#getPrivateKey(java.lang.String [all...] |
/external/nist-sip/java/gov/nist/javax/sip/ |
ClientTransactionExt.java | 6 import javax.net.ssl.SSLPeerUnverifiedException;
|
TransactionExt.java | 6 import javax.net.ssl.SSLPeerUnverifiedException; 48 * Return the Cipher Suite that was used for the SSL handshake.
|
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/ |
OkHttp.java | 25 import javax.net.ssl.HostnameVerifier; 26 import javax.net.ssl.SSLContext; 27 import javax.net.ssl.SSLSession; 28 import javax.net.ssl.SSLSocketFactory;
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
TlsVersion.java | 18 import javax.net.ssl.SSLSocket;
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/ |
ConnectionSpecSelector.java | 27 import javax.net.ssl.SSLHandshakeException; 28 import javax.net.ssl.SSLPeerUnverifiedException; 29 import javax.net.ssl.SSLProtocolException; 30 import javax.net.ssl.SSLSocket;
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowSSLCertificateSocketFactory.java | 6 import org.apache.http.conn.ssl.SSLSocketFactory;
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
KeyStoreBuilderParameters.java | 26 package javax.net.ssl;
|