Home
last modified time | relevance | path

Searched defs:getSession (Results 1 – 12 of 12) sorted by relevance

/external/conscrypt/src/main/java/org/conscrypt/
DServerSessionContext.java56 public SSLSession getSession(byte[] sessionId) { in getSession() method in ServerSessionContext
DClientSessionContext.java70 public SSLSession getSession(String host, int port) { in getSession() method in ClientSessionContext
DAbstractSessionContext.java271 public SSLSession getSession(byte[] sessionId) { in getSession() method
DOpenSSLEngineImpl.java285 public SSLSession getSession() { in getSession() method in OpenSSLEngineImpl
DOpenSSLSocketImpl.java759 public SSLSession getSession() { in getSession() method in OpenSSLSocketImpl
/external/skia/tools/bug_chomper/src/server/
Dserver.go116 func getSession(w http.ResponseWriter, r *http.Request) (*SessionState, error) { func
/external/chromium_org/third_party/skia/tools/bug_chomper/src/server/
Dserver.go116 func getSession(w http.ResponseWriter, r *http.Request) (*SessionState, error) { func
/external/apache-harmony/x-net/src/test/java/javax/net/ssl/
DMySSLContextSpi.java164 public SSLSession getSession() { in getSession() method in MySSLContextSpi.tmpSSLEngine
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
DSSLSocketTest.java158 public SSLSession getSession() { in getSession() method in MySSLSocket
DSSLEngineTest.java417 public SSLSession getSession() { in getSession() method in mySSLEngine
/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
DMySSLContextSpi.java175 public SSLSession getSession() { in getSession() method in MySSLContextSpi.tmpSSLEngine
/external/chromium_org/media/base/android/java/src/org/chromium/media/
DMediaDrmBridge.java147 private ByteBuffer getSession(int sessionId) { in getSession() method in MediaDrmBridge