/libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
SSLSessionTest.java | 18 package tests.api.javax.net.ssl; 29 import javax.net.ssl.KeyManager; 30 import javax.net.ssl.KeyManagerFactory; 31 import javax.net.ssl.SSLContext; 32 import javax.net.ssl.SSLServerSocket; 33 import javax.net.ssl.SSLSession; 34 import javax.net.ssl.SSLSessionBindingEvent; 35 import javax.net.ssl.SSLSessionBindingListener; 36 import javax.net.ssl.SSLSocket; 37 import javax.net.ssl.TrustManager [all...] |
SSLEngineTest.java | 18 package tests.api.javax.net.ssl; 32 import javax.net.ssl.SSLContext; 33 import javax.net.ssl.SSLEngine; 34 import javax.net.ssl.SSLEngineResult; 35 import javax.net.ssl.SSLException; 36 import javax.net.ssl.SSLEngineResult.HandshakeStatus; 144 * javax.net.ssl.SSLEngine#getSupportedProtocols() 159 * javax.net.ssl.SSLEngine#setEnabledProtocols(String[] protocols) 160 * javax.net.ssl.SSLEngine#getEnabledProtocols() 184 * javax.net.ssl.SSLEngine#getSupportedCipherSuites( [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
httplib.py | 1151 import ssl namespace [all...] |
imaplib.py | 1126 import ssl namespace 1199 def ssl(self): member in class:IMAP4.IMAP4_SSL [all...] |
urllib.py | 101 # check for SSL 103 import ssl namespace [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_ftplib.py | 14 import ssl namespace 16 ssl = None variable 257 if ssl is not None: 262 """An asyncore.dispatcher subclass supporting TLS/SSL.""" 268 self.socket = ssl.wrap_socket(self.socket, suppress_ragged_eofs=False, 271 ssl_version=ssl.PROTOCOL_SSLv23) 277 except ssl.SSLError, err: 278 if err.args[0] in (ssl.SSL_ERROR_WANT_READ, 279 ssl.SSL_ERROR_WANT_WRITE): 281 elif err.args[0] == ssl.SSL_ERROR_EOF [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
httplib.py | 1151 import ssl namespace [all...] |
imaplib.py | 1126 import ssl namespace 1199 def ssl(self): member in class:IMAP4.IMAP4_SSL [all...] |
urllib.py | 101 # check for SSL 103 import ssl namespace [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_ftplib.py | 14 import ssl namespace 16 ssl = None variable 257 if ssl is not None: 262 """An asyncore.dispatcher subclass supporting TLS/SSL.""" 268 self.socket = ssl.wrap_socket(self.socket, suppress_ragged_eofs=False, 271 ssl_version=ssl.PROTOCOL_SSLv23) 277 except ssl.SSLError, err: 278 if err.args[0] in (ssl.SSL_ERROR_WANT_READ, 279 ssl.SSL_ERROR_WANT_WRITE): 281 elif err.args[0] == ssl.SSL_ERROR_EOF [all...] |
/external/chromium/net/http/ |
http_network_transaction_unittest.cc | 5463 bool ssl; member in struct:net::GroupNameTest [all...] |
/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...] |
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
SSLSessionTest.java | 17 package libcore.javax.net.ssl; 22 import javax.net.ssl.SSLPeerUnverifiedException;
|
/external/chromium_org/chrome/browser/ui/gtk/ |
browser_window_gtk.cc | 1091 ssl); local [all...] |
/external/chromium_org/net/http/ |
http_network_transaction_unittest.cc | 62 #include "net/ssl/ssl_cert_request_info.h" 63 #include "net/ssl/ssl_config_service.h" 64 #include "net/ssl/ssl_config_service_defaults.h" 65 #include "net/ssl/ssl_info.h" 7091 bool ssl; member in struct:net::__anon9140::GroupNameTest [all...] |
/external/smack/asmack-master/lib/ |
httpclient-4.1.3.jar | |
/prebuilts/devtools/tools/lib/ |
httpclient-4.1.1.jar | |
/prebuilts/tools/common/http-client/ |
httpclient-4.1.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/ |
httpclient-4.1.1.jar | |
/external/robolectric/lib/main/ |
httpclient-4.0.3.jar | |
/external/chromium/chrome/browser/automation/ |
testing_automation_provider.cc | 2614 DictionaryValue* ssl = new DictionaryValue; local [all...] |
/libcore/crypto/src/main/native/ |
org_conscrypt_NativeCrypto.cpp | 46 #include <openssl/ssl.h> 71 * 3. Go to Edit -> Preferences -> SSL -> (Pre-)Master-Key log and fill in 231 void operator()(SSL* p) const { 235 typedef UniquePtr<SSL, SSL_Delete> Unique_SSL; 338 * Frees the SSL error state. 541 * Throws a javax.net.ssl.SSLException with the given string as a message. 545 jniThrowException(env, "javax/net/ssl/SSLException", message); 549 * Throws a javax.net.ssl.SSLProcotolException with the given string as a message. 553 jniThrowException(env, "javax/net/ssl/SSLProtocolException", message); 558 * SSL errors. This will also log the errors 702 SSL* ssl = reinterpret_cast<SSL*>(static_cast<uintptr_t>(ssl_address)); local 5849 SSL* ssl = reinterpret_cast<SSL*>(X509_STORE_CTX_get_ex_data(x509_store_ctx, local 6245 SSL* ssl = to_SSL(env, ssl_address, true); local 6263 SSL* ssl = to_SSL(env, ssl_address, true); local 6302 SSL* ssl = to_SSL(env, ssl_address, true); local 6338 SSL* ssl = to_SSL(env, ssl_address, true); local 6370 SSL* ssl = to_SSL(env, ssl_address, true); local 6455 SSL* ssl = to_SSL(env, ssl_address, true); local 6473 SSL* ssl = to_SSL(env, ssl_address, true); local 6539 SSL* ssl = to_SSL(env, ssl_address, true); local 6554 SSL* ssl = to_SSL(env, ssl_address, true); local 6569 SSL* ssl = to_SSL(env, ssl_address, true); local 6584 SSL* ssl = to_SSL(env, ssl_address, true); local 6599 SSL* ssl = to_SSL(env, ssl_address, true); local 6614 SSL* ssl = to_SSL(env, ssl_address, true); local 6630 SSL* ssl = to_SSL(env, ssl_address, true); local 6695 SSL* ssl = to_SSL(env, ssl_address, true); local 6709 SSL* ssl = to_SSL(env, ssl_address, true); local 6736 SSL* ssl = to_SSL(env, ssl_address, true); local 6748 SSL* ssl = to_SSL(env, ssl_address, true); local 6773 SSL* ssl = to_SSL(env, ssl_address, true); local 6897 SSL* ssl = to_SSL(env, ssl_address, true); local 6945 SSL* ssl = to_SSL(env, ssl_address, true); local 7029 SSL* ssl = to_SSL(env, ssl_address, true); local 7210 SSL* ssl = to_SSL(env, ssl_address, true); local 7239 SSL* ssl = to_SSL(env, ssl_address, true); local 7280 SSL* ssl = to_SSL(env, ssl_address, true); local 7465 SSL* ssl = to_SSL(env, ssl_address, true); local 7672 SSL* ssl = to_SSL(env, ssl_address, true); local 7720 SSL* ssl = to_SSL(env, ssl_address, false); local 7745 SSL* ssl = to_SSL(env, ssl_address, false); local 7825 SSL* ssl = to_SSL(env, ssl_address, true); local [all...] |
/prebuilts/sdk/12/ |
android.jar | |
/prebuilts/sdk/13/ |
android.jar | |
/prebuilts/sdk/16/ |
android.jar | |