Home
last modified time | relevance | path

Searched defs:ses (Results 1 – 6 of 6) sorted by relevance

/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
DHandshakeCompletedEventTest.java87 SSLSession ses = new MySSLSession(); in testGetCipherSuite() local
98 SSLSession ses = new MySSLSession(); in testGetLocalCertificates() local
120 SSLSession ses = new MySSLSession(); in testGetPeerCertificates() local
133 SSLSession ses = new MySSLSession(); in testGetPeerCertificateChain() local
146 SSLSession ses = new MySSLSession(); in testHandshakeCompletedEvent() local
DSSLSessionBindingEventTest.java38 SSLSession ses = new MySSLSession(); in testSSLSessionBindingEvent() local
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DHandshakeProtocolTest.java104 SSLSessionImpl ses = new SSLSessionImpl(sr); in testcomputerVerifyDataTLS() local
107 assertSame(hs_protocol.getSession(), ses); in testcomputerVerifyDataTLS() local
148 SSLSessionImpl ses = new SSLSessionImpl(sr); in testComputerReferenceVerifyDataSSLv3() local
151 assertSame(hs_protocol.getSession(), ses); in testComputerReferenceVerifyDataSSLv3() local
DSSLSessionContextImplTest.java51 SSLSession ses = context.getSession(ses1.getId()); in testSSLSessionContextImpl() local
/external/ppp/pppd/plugins/rp-pppoe/
Dplugin.c134 int i, ses; in PPPOEConnectDevice() local
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
Dportallocator_unittest.cc221 void OnPortReady(cricket::PortAllocatorSession* ses, in OnPortReady()
226 void OnCandidatesReady(cricket::PortAllocatorSession* ses, in OnCandidatesReady()