/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
ClientSessionContext.java | 33 final Map<HostAndPort, SSLSession> sessionsByHostAndPort 34 = new HashMap<HostAndPort, SSLSession>(); 56 HostAndPort hostAndPortKey = new HostAndPort(host, port); 74 HostAndPort hostAndPortKey = new HostAndPort(host, port); 110 HostAndPort hostAndPortKey = new HostAndPort(host, port); 124 static class HostAndPort { 128 HostAndPort(String host, int port) [all...] |
/external/dropbear/ |
cli-main.c | 44 char* hostandport; local 73 hostandport = (char*)m_malloc(len); 74 snprintf(hostandport, len, "%s:%s", 77 cli_session(sock, hostandport);
|
/external/webkit/Source/WebKit/android/jni/ |
WebCoreFrameBridge.h | 123 void requestClientCert(WebUrlLoaderClient* client, const std::string& hostAndPort);
|
WebCoreFrameBridge.cpp | [all...] |
/frameworks/base/core/java/android/webkit/ |
BrowserFrame.java | [all...] |
/external/webkit/Source/WebCore/platform/ |
KURL.cpp | 763 void KURL::setHostAndPort(const String& hostAndPort) 773 parse(m_string.left(hostStart()) + (slashSlashNeeded ? "//" : "") + hostAndPort + m_string.substring(m_portEnd)); [all...] |
/libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
SSLEngineTest.java | [all...] |
/libcore/expectations/ |
knownfailures.txt | [all...] |
/frameworks/base/ |
preloaded-classes | [all...] |