HomeSort by relevance Sort by last modified time
    Searched refs:starttls (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/tlslite/tlslite/integration/
smtp_tls.py 13 def starttls(self, member in class:SMTP_TLS
67 (resp, reply) = self.docmd("STARTTLS")
  /external/chromium_org/remoting/webapp/unittests/
xmpp_login_handler_unittest.js 13 var startTls = null;
22 startTls = sinon.spy();
30 'google.com', testUsername, testToken, sendMessage, startTls,
42 '<starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>');
50 '<starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls">' +
52 '</starttls>' +
61 sinon.assert.calledWith(startTls);
62 startTls.reset();
  /external/chromium_org/remoting/webapp/
xmpp_login_handler.js 70 * client -> server: <starttls>
73 * should include starttls.
115 this.startStream_('<starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>');
134 if (stanza.querySelector('features>starttls')) {
  /external/chromium_org/gpu/tools/
check_gpu_bots.py 38 server.starttls()
47 server.starttls()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtplib.py 617 def starttls(self, keyfile=None, certfile=None): member in class:SMTP
635 if not self.has_extn("starttls"):
636 raise SMTPException("STARTTLS extension not supported by server.")
637 (resp, reply) = self.docmd("STARTTLS")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtplib.py 617 def starttls(self, keyfile=None, certfile=None): member in class:SMTP
635 if not self.has_extn("starttls"):
636 raise SMTPException("STARTTLS extension not supported by server.")
637 (resp, reply) = self.docmd("STARTTLS")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py     [all...]
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 3652 milliseconds