HomeSort by relevance Sort by last modified time
    Searched refs:TLS (Results 26 - 50 of 86) sorted by null

12 3 4

  /external/e2fsprogs/lib/et/
error_message.c 48 #ifdef TLS
49 #define THREAD_LOCAL static TLS
  /external/nist-sip/java/gov/nist/javax/sip/stack/
DefaultRouter.java 290 // always use TLS when secure
291 String transport = sipUri.isSecure() ? SIPConstants.TLS : sipUri
305 if (transport.equalsIgnoreCase(SIPConstants.TLS))
IOHandler.java 45 * TLS support Added by Daniel J.Martinez Manzano <dani@dif.um.es>
69 private static String TLS = "tls";
250 } else if (transport.compareToIgnoreCase(TLS) == 0) {
  /external/chromium_org/remoting/webapp/
xmpp_connection.js 15 * because TLS support in chrome.sockets.tcp is currently broken, see
79 // to talk.google.com it affects the certificate the server will use for TLS:
84 // server will use google.com cert which will be accepted by the TLS
85 // implementation in Chrome (TLS API doesn't allow specifying domain other
291 'Failed to start TLS: ' + resultCode);
plugin_settings.js 44 /** @type {boolean} Whether to use TLS on connections to the XMPP server. */
signal_strategy.js 75 // Only use XMPP when TCP API is available and TLS support is enabled. That's
it2me_host_facade.js 131 * @param {boolean} xmppServerUseTls Whether to use TLS on connections to the
  /external/elfutils/0.153/backends/
ppc64_reloc.def 92 RELOC_TYPE (TLS, REL)
ppc_reloc.def 65 RELOC_TYPE (TLS, REL)
  /external/llvm/test/MC/PowerPC/
ppc64-errors.s 17 # TLS register operands
20 # CHECK-NEXT: add 3, symbol@tls, 4
21 add 3, symbol@tls, 4
24 # CHECK-NEXT: subf 3, 4, symbol@tls
25 subf 3, 4, symbol@tls
  /external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 80 VALUE MS-Acct-EAP-Type TLS 13
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
standalone.py 79 USING TLS
82 To run the standalone server with TLS support, run it with -t, -k, and -c
83 options. When TLS is enabled, the standalone server accepts only TLS connection.
86 TLS connection silently fails while pyOpenSSL fails on startup.
104 To run the standalone server with TLS client authentication support, run it with
105 --tls-client-auth and --tls-client-ca options in addition to ones required for
106 TLS support.
112 --tls-client-auth
    [all...]
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 162 bool TLS = false);
232 const Twine &Name, bool TLS) {
236 if (!CGM.getLangOpts().AppleKext && !TLS) {
325 /*TLS*/ true);
460 // these initializations. This happens for TLS initialization functions.
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 102 #ifdef TLS
103 #define THREAD_LOCAL static TLS
587 #ifdef TLS
  /external/e2fsprogs/lib/
config.h.in 573 /* If the compiler supports a TLS storage class define it to that here */
574 #undef TLS
  /frameworks/base/wifi/java/android/net/wifi/
WifiEnterpriseConfig.java 222 public static final int TLS = 1;
232 public static final String[] strings = { "PEAP", "TLS", "TTLS", "PWD", "SIM", "AKA" };
267 * @param eapMethod is one {@link Eap#PEAP}, {@link Eap#TLS}, {@link Eap#TTLS} or
274 case Eap.TLS:
  /external/chromium_org/chrome/browser/resources/net_internals/
log_view_painter.js 394 * For instance, SSLVersionNumberToName(0x0301) returns 'TLS 1.0'.
403 // See if it is a known TLS name.
405 0x0301: 'TLS 1.0',
406 0x0302: 'TLS 1.1',
407 0x0303: 'TLS 1.2'
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_shader_state.c 39 BCTX_REFN_bo(nvc0->bufctx_3d, TLS, flags, nvc0->screen->tls);
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_shader_state.c 39 BCTX_REFN_bo(nvc0->bufctx_3d, TLS, flags, nvc0->screen->tls);
  /external/nist-sip/java/gov/nist/javax/sip/address/
NetObject.java 62 protected static final String TLS = "tls";
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
WifiConfigurationHelper.java 291 if ("TLS".equalsIgnoreCase(eapMethod)) {
292 return WifiEnterpriseConfig.Eap.TLS;
300 throw new IllegalArgumentException("EAP method must be one of TLS, TTLS, or PEAP");
  /external/chromium_org/chrome/browser/resources/cryptotoken/
signer.js 204 * @param {string|undefined} opt_tlsChannelId TLS Channel Id
299 * @param {string=} opt_tlsChannelId the TLS channel ID, if any, of the origin
  /external/chromium_org/third_party/libxml/src/
threads.c 38 #include <TLS.h>
  /external/libxml2/
threads.c 38 #include <TLS.h>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
telnetlib.py 123 TLS = chr(46) # Telnet Start TLS

Completed in 2205 milliseconds

12 3 4