HomeSort by relevance Sort by last modified time
    Searched refs:ssl (Results 126 - 150 of 653) sorted by null

1 2 3 4 56 7 8 91011>>

  /libcore/luni/src/test/java/libcore/javax/net/ssl/
DistinguishedNameParserTest.java 17 package libcore.javax.net.ssl;
19 import javax.net.ssl.DistinguishedNameParser;
  /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_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/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/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 24 import javax.net.ssl.HostnameVerifier;
25 import javax.net.ssl.SSLContext;
26 import javax.net.ssl.SSLSession;
27 import javax.net.ssl.SSLSocketFactory;
UrlConnection.java 26 import javax.net.ssl.HostnameVerifier;
27 import javax.net.ssl.SSLContext;
28 import javax.net.ssl.SSLSession;
29 import javax.net.ssl.SSLSocketFactory;
  /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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSSLCertificateSocketFactory.java 6 import org.apache.http.conn.ssl.SSLSocketFactory;
  /external/smack/src/org/jivesoftware/smack/
OpenTrustManager.java 23 import javax.net.ssl.X509TrustManager;
29 * is used during old SSL connections.
  /external/wpa_supplicant_8/src/eap_server/
eap_server_tls.c 21 struct eap_ssl_data ssl; member in struct:eap_tls_data
63 if (eap_server_tls_ssl_init(sm, &data->ssl, 1)) {
64 wpa_printf(MSG_INFO, "EAP-TLS: Failed to initialize SSL.");
85 if (eap_server_tls_ssl_init(sm, &data->ssl, 0)) {
86 wpa_printf(MSG_INFO, "EAP-TLS: Failed to initialize SSL.");
107 if (eap_server_tls_ssl_init(sm, &data->ssl, 0)) {
108 wpa_printf(MSG_INFO, "EAP-TLS: Failed to initialize SSL.");
124 eap_server_tls_ssl_deinit(sm, &data->ssl);
155 if (data->ssl.state == FRAG_ACK) {
159 if (data->ssl.state == WAIT_FRAG_ACK)
    [all...]
  /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;
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestTrustManager.java 17 package libcore.javax.net.ssl;
21 import javax.net.ssl.SSLEngine;
22 import javax.net.ssl.TrustManager;
23 import javax.net.ssl.X509TrustManager;
  /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/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
ExternalHttp2Example.java 25 import javax.net.ssl.HostnameVerifier;
26 import javax.net.ssl.HttpsURLConnection;
27 import javax.net.ssl.SSLSession;
ExternalSpdyExample.java 25 import javax.net.ssl.HostnameVerifier;
26 import javax.net.ssl.HttpsURLConnection;
27 import javax.net.ssl.SSLSession;
  /external/okhttp/okhttp-tests/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 976 milliseconds

1 2 3 4 56 7 8 91011>>