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

1 2 3 45 6 7 8 91011>>

  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
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/chromium_org/third_party/openssl/openssl/apps/
ciphers.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
67 #include <openssl/ssl.h>
74 " -v - verbose mode, a textual listing of the SSL/TLS ciphers in OpenSSL\n",
92 SSL *ssl=NULL; local
172 ssl=SSL_new(ctx);
173 if (ssl == NULL) goto err
    [all...]
  /external/openssl/apps/
ciphers.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
67 #include <openssl/ssl.h>
74 " -v - verbose mode, a textual listing of the SSL/TLS ciphers in OpenSSL\n",
92 SSL *ssl=NULL; local
172 ssl=SSL_new(ctx);
173 if (ssl == NULL) goto err
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
CertPathTrustManagerParametersTest.java 18 package tests.api.javax.net.ssl;
21 import javax.net.ssl.CertPathTrustManagerParameters;
33 * javax.net.ssl.CertPathTrustManagerParameters#
60 * javax.net.ssl.CertPathTrustManagerParameters#getParameters()
SSLServerSocketTest.java 17 package tests.api.javax.net.ssl;
31 import javax.net.ssl.KeyManager;
32 import javax.net.ssl.KeyManagerFactory;
33 import javax.net.ssl.SSLContext;
34 import javax.net.ssl.SSLServerSocket;
119 * javax.net.ssl.SSLServerSocket#SSLServerSocket()
122 SSLServerSocket ssl = new mySSLServerSocket(); local
126 * javax.net.ssl.SSLServerSocket#SSLServerSocket(int port)
131 SSLServerSocket ssl = new mySSLServerSocket(0); local
142 new mySSLServerSocket(ssl.getLocalPort())
152 mySSLServerSocket ssl = new mySSLServerSocket(0, 1); local
179 mySSLServerSocket ssl = new mySSLServerSocket(0, 0, InetAddress.getLocalHost()); local
    [all...]
  /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/chromium/chrome/browser/ui/views/location_bar/
click_handler.cc 34 tab->ShowPageInfo(nav_entry->url(), nav_entry->ssl(), true);
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
srtp.h 0 /* ssl/tls1.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
134 int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles);
135 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
137 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl); variable
138 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
srtp.h 0 /* ssl/tls1.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
134 int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles);
135 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
137 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl); variable
138 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s)
    [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/openssl/include/openssl/
srtp.h 0 /* ssl/tls1.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
134 int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles);
135 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
137 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl); variable
138 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s)
    [all...]
  /external/openssl/ssl/
srtp.h 0 /* ssl/tls1.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
134 int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles);
135 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
137 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl); variable
138 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s)
    [all...]
  /external/smack/src/org/jivesoftware/smack/
OpenTrustManager.java 23 import javax.net.ssl.X509TrustManager;
29 * is used during old SSL connections.
  /libcore/luni/src/main/java/java/net/
SecureCacheResponse.java 21 import javax.net.ssl.SSLPeerUnverifiedException;
26 * protocol like TLS or SSL.
  /libcore/luni/src/main/java/javax/net/ssl/
KeyManagerFactorySpi.java 18 package javax.net.ssl;
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 2 * SSL/TLS interface functions for OpenSSL
19 #include <openssl/ssl.h>
90 SSL *ssl; member in struct:tls_connection
365 static int tls_cryptoapi_cert(SSL *ssl, const char *name)
432 if (!SSL_use_certificate(ssl, cert)) {
446 if (!SSL_use_RSAPrivateKey(ssl, rsa))
465 static int tls_cryptoapi_ca_cert(SSL_CTX *ssl_ctx, SSL *ssl, const char *name
735 SSL_CTX *ssl; local
838 SSL_CTX *ssl = ssl_ctx; local
986 SSL_CTX *ssl = ssl_ctx; local
1267 SSL *ssl; local
2391 SSL *ssl; local
    [all...]
  /external/chromium_org/chrome/browser/ui/website_settings/
website_settings.cc 31 #include "chrome/browser/ssl/ssl_error_info.h"
46 #include "net/ssl/ssl_cipher_suite_names.h"
47 #include "net/ssl/ssl_connection_status_flags.h"
78 const content::SSLStatus& ssl,
91 Init(profile, url, ssl);
242 const content::SSLStatus& ssl) {
260 cert_id_ = ssl.cert_id;
262 if (ssl.cert_id &&
263 cert_store_->RetrieveCert(ssl.cert_id, &cert) &&
264 (!net::IsCertStatusError(ssl.cert_status) |
    [all...]
  /external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/provider/jsse/
JSSETestData.java 24 import javax.net.ssl.KeyManagerFactory;
25 import javax.net.ssl.SSLContext;
26 import javax.net.ssl.TrustManagerFactory;
  /external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
MyKeyManagerFactorySpi.java 26 import javax.net.ssl.KeyManager;
27 import javax.net.ssl.KeyManagerFactorySpi;
28 import javax.net.ssl.ManagerFactoryParameters;
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/tls/
FakeSSLSession.java 21 import javax.net.ssl.SSLPeerUnverifiedException;
22 import javax.net.ssl.SSLSession;
23 import javax.net.ssl.SSLSessionContext;
  /frameworks/base/core/tests/coretests/src/android/net/http/
X509TrustManagerExtensionsTest.java 22 import javax.net.ssl.TrustManager;
23 import javax.net.ssl.TrustManagerFactory;
24 import javax.net.ssl.X509TrustManager;

Completed in 966 milliseconds

1 2 3 45 6 7 8 91011>>