Home
last modified time | relevance | path

Searched refs:getSession (Results 1 – 25 of 97) sorted by relevance

1234

/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/net/ssl/
DSSLEngineVersionCompatibilityTest.java100 SSLSession sourceSession = source.getSession(); in assertSendsCorrectly()
105 String sourceCipherSuite = source.getSession().getCipherSuite(); in assertSendsCorrectly()
110 SSLSession destSession = dest.getSession(); in assertSendsCorrectly()
148 SSLSession sourceSession = source.getSession(); in assertSendsCorrectlyWhenSplit()
152 String sourceCipherSuite = source.getSession().getCipherSuite(); in assertSendsCorrectlyWhenSplit()
156 SSLSession destSession = dest.getSession(); in assertSendsCorrectlyWhenSplit()
267 assertNotNull(p.client.getSession().getLocalCertificates()); in test_SSLEngine_clientAuth()
268 TestKeyStore.assertChainLength(p.client.getSession().getLocalCertificates()); in test_SSLEngine_clientAuth()
270 clientAuthContext.clientTrustManager, p.client.getSession().getLocalCertificates()); in test_SSLEngine_clientAuth()
429 .allocate(pair.client.getSession().getPacketBufferSize()); in test_SSLEngine_CloseOutbound()
[all …]
DSSLSessionContextTest.java106 c.clientContext.getClientSessionContext().getSession(null); in test_SSLSessionContext_getSession()
111 assertNull(c.clientContext.getClientSessionContext().getSession(new byte[0])); in test_SSLSessionContext_getSession()
112 assertNull(c.clientContext.getClientSessionContext().getSession(new byte[1])); in test_SSLSessionContext_getSession()
114 c.serverContext.getServerSessionContext().getSession(null); in test_SSLSessionContext_getSession()
119 assertNull(c.serverContext.getServerSessionContext().getSession(new byte[0])); in test_SSLSessionContext_getSession()
120 assertNull(c.serverContext.getServerSessionContext().getSession(new byte[1])); in test_SSLSessionContext_getSession()
127 assertNotNull(client.getSession(clientId)); in test_SSLSessionContext_getSession()
128 assertTrue(Arrays.equals(clientId, client.getSession(clientId).getId())); in test_SSLSessionContext_getSession()
133 assertNotNull(server.getSession(serverId)); in test_SSLSessionContext_getSession()
134 assertTrue(Arrays.equals(serverId, server.getSession(serverId).getId())); in test_SSLSessionContext_getSession()
DSSLSocketVersionCompatibilityTest.java202 assertNotNull(server.getSession()); in test_SSLSocket_startHandshake()
205 server.getSession().getPeerCertificates(); in test_SSLSocket_startHandshake()
210 Certificate[] localCertificates = server.getSession().getLocalCertificates(); in test_SSLSocket_startHandshake()
221 assertNotNull(client.getSession()); in test_SSLSocket_startHandshake()
222 assertNull(client.getSession().getLocalCertificates()); in test_SSLSocket_startHandshake()
223 Certificate[] peerCertificates = client.getSession().getPeerCertificates(); in test_SSLSocket_startHandshake()
242 assertNotNull(server.getSession()); in call()
243 assertNotNull(server.getSession().getId()); in call()
244 return server.getSession().getId(); in call()
259 assertNotNull(client1.getSession()); in test_SSLSocket_confirmSessionReuse()
[all …]
DSSLEngineTest.java304 SSLSession sourceSession = source.getSession(); in assertSendsCorrectly()
309 String sourceCipherSuite = source.getSession().getCipherSuite(); in assertSendsCorrectly()
314 SSLSession destSession = dest.getSession(); in assertSendsCorrectly()
352 SSLSession sourceSession = source.getSession(); in assertSendsCorrectlyWhenSplit()
356 String sourceCipherSuite = source.getSession().getCipherSuite(); in assertSendsCorrectlyWhenSplit()
360 SSLSession destSession = dest.getSession(); in assertSendsCorrectlyWhenSplit()
535 SSLSession session = e.getSession(); in test_SSLEngine_getSession()
851 && a.getSession() != null && b.getSession() != null && !a.isInboundDone()
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
DSSLEngineVersionCompatibilityTest.java98 SSLSession sourceSession = source.getSession(); in assertSendsCorrectly()
103 String sourceCipherSuite = source.getSession().getCipherSuite(); in assertSendsCorrectly()
108 SSLSession destSession = dest.getSession(); in assertSendsCorrectly()
146 SSLSession sourceSession = source.getSession(); in assertSendsCorrectlyWhenSplit()
150 String sourceCipherSuite = source.getSession().getCipherSuite(); in assertSendsCorrectlyWhenSplit()
154 SSLSession destSession = dest.getSession(); in assertSendsCorrectlyWhenSplit()
265 assertNotNull(p.client.getSession().getLocalCertificates()); in test_SSLEngine_clientAuth()
266 TestKeyStore.assertChainLength(p.client.getSession().getLocalCertificates()); in test_SSLEngine_clientAuth()
268 clientAuthContext.clientTrustManager, p.client.getSession().getLocalCertificates()); in test_SSLEngine_clientAuth()
427 .allocate(pair.client.getSession().getPacketBufferSize()); in test_SSLEngine_CloseOutbound()
[all …]
DSSLSessionContextTest.java101 c.clientContext.getClientSessionContext().getSession(null); in test_SSLSessionContext_getSession()
106 assertNull(c.clientContext.getClientSessionContext().getSession(new byte[0])); in test_SSLSessionContext_getSession()
107 assertNull(c.clientContext.getClientSessionContext().getSession(new byte[1])); in test_SSLSessionContext_getSession()
109 c.serverContext.getServerSessionContext().getSession(null); in test_SSLSessionContext_getSession()
114 assertNull(c.serverContext.getServerSessionContext().getSession(new byte[0])); in test_SSLSessionContext_getSession()
115 assertNull(c.serverContext.getServerSessionContext().getSession(new byte[1])); in test_SSLSessionContext_getSession()
122 assertNotNull(client.getSession(clientId)); in test_SSLSessionContext_getSession()
123 assertTrue(Arrays.equals(clientId, client.getSession(clientId).getId())); in test_SSLSessionContext_getSession()
128 assertNotNull(server.getSession(serverId)); in test_SSLSessionContext_getSession()
129 assertTrue(Arrays.equals(serverId, server.getSession(serverId).getId())); in test_SSLSessionContext_getSession()
DSSLSocketVersionCompatibilityTest.java200 assertNotNull(server.getSession()); in test_SSLSocket_startHandshake()
203 server.getSession().getPeerCertificates(); in test_SSLSocket_startHandshake()
208 Certificate[] localCertificates = server.getSession().getLocalCertificates(); in test_SSLSocket_startHandshake()
219 assertNotNull(client.getSession()); in test_SSLSocket_startHandshake()
220 assertNull(client.getSession().getLocalCertificates()); in test_SSLSocket_startHandshake()
221 Certificate[] peerCertificates = client.getSession().getPeerCertificates(); in test_SSLSocket_startHandshake()
240 assertNotNull(server.getSession()); in call()
241 assertNotNull(server.getSession().getId()); in call()
242 return server.getSession().getId(); in call()
257 assertNotNull(client1.getSession()); in test_SSLSocket_confirmSessionReuse()
[all …]
DSSLEngineTest.java300 SSLSession sourceSession = source.getSession(); in assertSendsCorrectly()
305 String sourceCipherSuite = source.getSession().getCipherSuite(); in assertSendsCorrectly()
310 SSLSession destSession = dest.getSession(); in assertSendsCorrectly()
348 SSLSession sourceSession = source.getSession(); in assertSendsCorrectlyWhenSplit()
352 String sourceCipherSuite = source.getSession().getCipherSuite(); in assertSendsCorrectlyWhenSplit()
356 SSLSession destSession = dest.getSession(); in assertSendsCorrectlyWhenSplit()
531 SSLSession session = e.getSession(); in test_SSLEngine_getSession()
843 && a.getSession() != null && b.getSession() != null && !a.isInboundDone()
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/javax/net/ssl/
DTestSSLSessions.java72 SSLSession invalid = ssl.getSession(); in create()
74 return new TestSSLSessions(invalid, s.server.getSession(), s.client.getSession(), s); in create()
/external/conscrypt/testing/src/main/java/org/conscrypt/javax/net/ssl/
DTestSSLSessions.java70 SSLSession invalid = ssl.getSession(); in create()
72 return new TestSSLSessions(invalid, s.server.getSession(), s.client.getSession(), s); in create()
/external/llvm/tools/llvm-pdbdump/
DFunctionDumper.cpp40 Symbol.getSession().template getConcreteSymbolById<PDBSymbolTypeUDT>( in dumpClassParentWithScopeOperator()
60 Symbol.getSession().getConcreteSymbolById<PDBSymbolTypeUDT>( in start()
199 auto ElementType = Symbol.getSession().getSymbolById(ElementTypeId); in dump()
223 auto Type = Symbol.getSession().getSymbolById(TypeId); in dump()
236 auto PointeeType = Symbol.getSession().getSymbolById(PointeeId); in dump()
DTypedefDumper.cpp33 if (auto TypeSymbol = Symbol.getSession().getSymbolById(TargetId)) in start()
57 auto PointeeType = Symbol.getSession().getSymbolById(PointeeId); in dump()
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DRenegotiationTest.java121 String initialCipher = client.socket.getSession().getCipherSuite(); in test()
130 assertNotEquals(initialCipher, client.socket.getSession().getCipherSuite()); in test()
247 ByteBuffer.allocateDirect(engine.getSession().getPacketBufferSize());
249 ByteBuffer.allocateDirect(engine.getSession().getApplicationBufferSize());
251 ByteBuffer.allocateDirect(engine.getSession().getPacketBufferSize());
330 String currentCipher = engine.getSession().getCipherSuite();
DConscryptEngineTest.java376 SSLSession session = clientEngine.getSession(); in savedSessionWorksAfterClose()
396 bufferType.newBuffer(clientEngine.getSession().getApplicationBufferSize()); in doHandshake()
398 bufferType.newBuffer(clientEngine.getSession().getPacketBufferSize()); in doHandshake()
400 bufferType.newBuffer(serverEngine.getSession().getApplicationBufferSize()); in doHandshake()
402 bufferType.newBuffer(serverEngine.getSession().getPacketBufferSize()); in doHandshake()
453 bufferType.newBuffer(engine.getSession().getPacketBufferSize()); in wrap()
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DRenegotiationTest.java116 String initialCipher = client.socket.getSession().getCipherSuite(); in test()
125 assertNotEquals(initialCipher, client.socket.getSession().getCipherSuite()); in test()
242 ByteBuffer.allocateDirect(engine.getSession().getPacketBufferSize());
244 ByteBuffer.allocateDirect(engine.getSession().getApplicationBufferSize());
246 ByteBuffer.allocateDirect(engine.getSession().getPacketBufferSize());
325 String currentCipher = engine.getSession().getCipherSuite();
DConscryptEngineTest.java369 SSLSession session = clientEngine.getSession(); in savedSessionWorksAfterClose()
389 bufferType.newBuffer(clientEngine.getSession().getApplicationBufferSize()); in doHandshake()
391 bufferType.newBuffer(clientEngine.getSession().getPacketBufferSize()); in doHandshake()
393 bufferType.newBuffer(serverEngine.getSession().getApplicationBufferSize()); in doHandshake()
395 bufferType.newBuffer(serverEngine.getSession().getPacketBufferSize()); in doHandshake()
446 bufferType.newBuffer(engine.getSession().getPacketBufferSize()); in wrap()
/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
DBufferType.java42 return newBuffer(engine.getSession().getApplicationBufferSize()); in newApplicationBuffer()
46 return newBuffer(engine.getSession().getPacketBufferSize()); in newPacketBuffer()
/external/conscrypt/repackaged/benchmark-base/src/main/java/com/android/org/conscrypt/
DBufferType.java44 return newBuffer(engine.getSession().getApplicationBufferSize()); in newApplicationBuffer()
48 return newBuffer(engine.getSession().getPacketBufferSize()); in newPacketBuffer()
/external/conscrypt/common/src/main/java/org/conscrypt/
DConscryptEngineSocket.java295 public final SSLSession getSession() {
303 return engine.getSession();
308 return engine.getSession();
559 target = ByteBuffer.allocate(engine.getSession().getPacketBufferSize());
665 engine.getSession().getApplicationBufferSize());
669 … fromEngine = ByteBuffer.allocateDirect(engine.getSession().getApplicationBufferSize());
673 fromSocket = ByteBuffer.allocate(engine.getSession().getPacketBufferSize());
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DConscryptEngineSocket.java303 public final SSLSession getSession() {
311 return engine.getSession();
316 return engine.getSession();
567 target = ByteBuffer.allocate(engine.getSession().getPacketBufferSize());
673 engine.getSession().getApplicationBufferSize());
677 … fromEngine = ByteBuffer.allocateDirect(engine.getSession().getApplicationBufferSize());
681 fromSocket = ByteBuffer.allocate(engine.getSession().getPacketBufferSize());
/external/apache-http/android/src/android/net/http/
DCertificateChainValidator.java113 SSLSession sslSession = sslSocket.getSession(); in doHandshakeAndValidateServerCertificates()
120 sslSocket.getSession().getPeerCertificates(); in doHandshakeAndValidateServerCertificates()
278 SSLSession session = socket.getSession(); in closeSocketThrowException()
/external/guice/extensions/servlet/src/com/google/inject/servlet/
DContinuingHttpServletRequest.java64 public HttpSession getSession() { in getSession() method in ContinuingHttpServletRequest
69 public HttpSession getSession(boolean create) { in getSession() method in ContinuingHttpServletRequest
/external/guice/extensions/servlet/lib/build/
Dservlet-api-2.5.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/external/guice/extensions/persist/lib/
Dservlet-api-2.5.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/external/guice/extensions/struts2/lib/
Dservlet-api-2.5.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...

1234