Home
last modified time | relevance | path

Searched refs:ses (Results 1 – 25 of 125) sorted by relevance

12345

/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
89 HandshakeCompletedEvent event = new HandshakeCompletedEvent(soc, ses); in testGetCipherSuite()
91 assertEquals(event.getCipherSuite(), ses.getCipherSuite()); in testGetCipherSuite()
98 SSLSession ses = new MySSLSession(); in testGetLocalCertificates() local
99 HandshakeCompletedEvent event = new HandshakeCompletedEvent(soc, ses); in testGetLocalCertificates()
102 Certificate[] ses_certs = ses.getLocalCertificates(); in testGetLocalCertificates()
120 SSLSession ses = new MySSLSession(); in testGetPeerCertificates() local
121 HandshakeCompletedEvent event = new HandshakeCompletedEvent(soc, ses); in testGetPeerCertificates()
133 SSLSession ses = new MySSLSession(); in testGetPeerCertificateChain() local
134 HandshakeCompletedEvent event = new HandshakeCompletedEvent(soc, ses); in testGetPeerCertificateChain()
[all …]
DSSLSessionBindingEventTest.java38 SSLSession ses = new MySSLSession(); in testSSLSessionBindingEvent() local
39 SSLSessionBindingEvent event = new SSLSessionBindingEvent(ses, "test"); in testSSLSessionBindingEvent()
42 assertEquals(ses, event.getSession()); in testSSLSessionBindingEvent()
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DSSLSessionContextImplTest.java51 SSLSession ses = context.getSession(ses1.getId()); in testSSLSessionContextImpl() local
52 assertSame(ses1, ses); in testSSLSessionContextImpl()
54 ses = context.getSession(ses3.getId()); in testSSLSessionContextImpl()
55 assertSame(ses3, ses); in testSSLSessionContextImpl()
DHandshakeProtocolTest.java104 SSLSessionImpl ses = new SSLSessionImpl(sr); in testcomputerVerifyDataTLS() local
105 hs_protocol.session = ses; in testcomputerVerifyDataTLS()
107 assertSame(hs_protocol.getSession(), ses); in testcomputerVerifyDataTLS() local
148 SSLSessionImpl ses = new SSLSessionImpl(sr); in testComputerReferenceVerifyDataSSLv3() local
149 hs_protocol.session = ses; in testComputerReferenceVerifyDataSSLv3()
151 assertSame(hs_protocol.getSession(), ses); in testComputerReferenceVerifyDataSSLv3() local
/external/tcpdump/tests/
Dpppoes.out1 PPPoE [ses 0x17] LCP, Echo-Request (0x09), id 106, length 14
2 PPPoE [ses 0x3b] LCP, Echo-Request (0x09), id 103, length 14
Dpppoes_id.out1 PPPoE [ses 0x3b] LCP, Echo-Request (0x09), id 103, length 14
/external/icu/icu4c/source/data/lang/
Dses.txt6 // * Source File: <path>/common/main/ses.xml
9 ses{
44 ses{"Koyraboro senni"}
Dmn.txt196 ses{"кёраборо сени"}
Dsi.txt192 ses{"කෝයිරාබොරො සෙන්නි"}
Dky.txt182 ses{"койраборо сенниче"}
Dkk.txt191 ses{"койраборо сенни"}
Dhy.txt191 ses{"կոյրաբորո սեննի"}
Dpa.txt207 ses{"ਕੋਇਰਾਬੋਰੋ ਸੇਂਨੀ"}
Dmy.txt219 ses{"ခိုရာဘိုရို ဆမ်နီ"}
Dne.txt182 ses{"कोयराबोरो सेन्नी"}
/external/icu/icu4c/source/data/unit/
Dses.txt6 // * Source File: <path>/common/main/ses.xml
9 ses{
/external/icu/icu4c/source/data/zone/
Dses.txt6 // * Source File: <path>/common/main/ses.xml
9 ses{
/external/icu/icu4c/source/data/curr/
Dses.txt6 // * Source File: <path>/common/main/ses.xml
9 ses{
Dbm.txt165 "sesɛli Rupi",
/external/ppp/pppd/plugins/rp-pppoe/
Dplugin.c174 int i, ses; in PPPOEConnectDevice() local
176 &ses, &mac[0], &mac[1], &mac[2], in PPPOEConnectDevice()
180 conn->session = htons(ses); in PPPOEConnectDevice()
/external/icu/icu4c/source/data/locales/
Dkea.txt378 "ses",
416 "ses",
755 "-1"{"ses. pasadu"}
756 "0"{"es ses. li"}
757 "1"{"prósimu ses."}
762 "-1"{"ses. pasadu"}
763 "0"{"es ses. li"}
764 "1"{"prósimu ses."}
Dses.txt6 // * Source File: <path>/common/main/ses.xml
9 ses{
/external/icu/icu4c/source/data/rbnf/
Deo.txt26 "6: ses;",
Daf.txt44 "6: ses;",
/external/icu/icu4c/source/data/region/
Dses.txt6 // * Source File: <path>/common/main/ses.xml
9 ses{

12345