Home
last modified time | relevance | path

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

123456

/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/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ses/
Dtest_connection.py3 from boto.ses.connection import SESConnection
4 from boto.ses import exceptions
8 ses = True variable in SESConnectionTest
11 self.ses = SESConnection()
14 response = self.ses.get_identity_dkim_attributes(['example.com'])
28 self.ses.set_identity_dkim_enabled('example.com', True)
34 self.ses.verify_domain_dkim('example.com')
Dtest_cert_verification.py31 import boto.ses
35 ses = True variable in SESCertVerificationTest
36 regions = boto.ses.regions()
/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"}
Dmzn.txt194 ses{"کویرابورا سنی"}
Dlrc.txt193 ses{"کیارابورو سئنی"}
/external/icu/icu4c/source/data/zone/
Dses.txt6 // * Source File: <path>/common/main/ses.xml
9 ses{
/external/icu/icu4c/source/data/unit/
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/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ses/
D__init__.py23 from boto.ses.connection import SESConnection
/external/icu/icu4c/source/data/locales/
Dkea.txt372 "ses",
410 "ses",
749 "-1"{"ses. pasadu"}
750 "0"{"es ses. li"}
751 "1"{"prósimu ses."}
756 "-1"{"ses. pasadu"}
757 "0"{"es ses. li"}
758 "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{
Dpt_PT.txt50 NL{"Países Baixos"}
/external/icu/icu4j/perf-tests/data/conversion/
Dfrench.txt8 …on Européenne a besoin de plusieurs systèmes de codage pour couvrir toutes ses langues d'usage. Mê…
18 …l'information. Le consortium est financé uniquement par les cotisations de ses membres. L'adhésion…
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ses/
Dtest_identity.py27 from boto.ses.connection import SESConnection

123456