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.java39 SSLSession ses = new MySSLSession(); in testSSLSessionBindingEvent() local
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DHandshakeProtocolTest.java105 SSLSessionImpl ses = new SSLSessionImpl(sr); in testcomputerVerifyDataTLS() local
108 assertSame(hs_protocol.getSession(), ses); in testcomputerVerifyDataTLS() local
149 SSLSessionImpl ses = new SSLSessionImpl(sr); in testComputerReferenceVerifyDataSSLv3() local
152 assertSame(hs_protocol.getSession(), ses); in testComputerReferenceVerifyDataSSLv3() local
DSSLSessionContextImplTest.java52 SSLSession ses = context.getSession(ses1.getId()); in testSSLSessionContextImpl() local
/external/dropbear/
Dcommon-session.c41 struct sshsession ses; /* GLOBAL */ variable
/external/ppp/pppd/plugins/rp-pppoe/
Dplugin.c134 int i, ses; in PPPOEConnectDevice() local