HomeSort by relevance Sort by last modified time
    Searched refs:TLS (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/llvm/lib/CodeGen/AsmPrinter/
AddressPool.h 25 bool TLS;
26 AddressPoolEntry(unsigned Number, bool TLS) : Number(Number), TLS(TLS) {}
41 unsigned getIndex(const MCSymbol *Sym, bool TLS = false);
AddressPool.cpp 19 unsigned AddressPool::getIndex(const MCSymbol *Sym, bool TLS) {
22 Pool.insert(std::make_pair(Sym, AddressPoolEntry(Pool.size(), TLS)));
39 I.second.TLS
  /external/pixman/pixman/
config.h 22 /* The compiler supported TLS storage class */
23 #define TLS __thread
pixman-compiler.h 106 /* TLS */
114 #elif defined(TLS)
117 static TLS type name
  /external/nist-sip/java/gov/nist/javax/sip/address/
ParameterNames.java 47 public static final String TLS = GenericURI.TLS;
92 * Added changes for TLS support contributed by Daniel Martinez
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpa2-eap-ccmp.conf 1 # WPA2-EAP/CCMP using EAP-TLS
11 eap=TLS
openCryptoki.conf 1 # EAP-TLS using private key and certificates via OpenSSL PKCS#11 engine and
25 eap=TLS
  /external/chromium_org/third_party/tlslite/tlslite/
errors.py 18 """Base class for all TLS Lite exceptions."""
29 """The socket was closed without a proper TLS shutdown.
31 The TLS specification mandates that an alert of some sort
35 TLS implementation, or a random network failure.
40 """A TLS alert has been signalled."""
72 """A TLS alert has been signalled by the local implementation.
100 """A TLS alert has been signalled by the remote implementation.
  /external/nist-sip/java/javax/sip/
ListeningPoint.java 11 String TLS = "TLS";
  /device/generic/goldfish/opengl/system/gralloc/
Android.mk 14 # Need to access the special OPENGL TLS Slot
  /frameworks/rs/cpu_ref/linkloader/lib/
ELFSymbol.cpp 34 CASE(TLS)
  /external/apache-http/src/org/apache/http/conn/ssl/
SSLSocketFactory.java 59 * Layered socket factory for TLS/SSL connections, based on JSSE.
141 public static final String TLS = "TLS";
189 algorithm = TLS;
211 this(TLS, keystore, keystorePassword, truststore, null, null);
217 this(TLS, keystore, keystorePassword, null, null, null);
223 this(TLS, null, null, truststore, null, null);
342 * This factory creates TLS/SSL socket connections
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
SSLSocketFactory.java 65 * Layered socket factory for TLS/SSL connections, based on JSSE.
147 public static final String TLS = "TLS";
188 algorithm = TLS;
210 this(TLS, keystore, keystorePassword, truststore, null, null);
216 this(TLS, keystore, keystorePassword, null, null, null);
222 this(TLS, null, null, truststore, null, null);
341 * This factory creates TLS/SSL socket connections
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf 385 # (EAP-TLS). Full path to the file should be used since working
499 # 0 = do not use OCSP stapling (TLS certificate status extension)
    [all...]
  /external/chromium_org/third_party/skia/tests/
TLSTest.cpp 70 DEF_TEST(TLS, reporter) {
73 // ('flaky segfault in TLS test on Shuttle_Ubuntu12 buildbots')
76 // Test to ensure that at thread destruction, TLS destructors
  /external/elfutils/0.153/libebl/
eblsegmenttypename.c 81 PTYPE (TLS)
  /external/skia/tests/
TLSTest.cpp 70 DEF_TEST(TLS, reporter) {
73 // ('flaky segfault in TLS test on Shuttle_Ubuntu12 buildbots')
76 // Test to ensure that at thread destruction, TLS destructors
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiEnterpriseConfigTest.java 67 config.setEapMethod(Eap.TLS);
68 assertTrue(config.getEapMethod() == Eap.TLS);
  /device/generic/goldfish/opengl/system/egl/
Android.mk 18 # Used to access the Bionic private OpenGL TLS slot
  /external/pixman/
config.h.in 115 /* The compiler supported TLS storage class */
116 #undef TLS
  /external/smack/src/org/xbill/DNS/
KEYRecord.java 32 public static final int TLS = 1;
54 protocols.add(TLS, "TLS");
278 public static final int PROTOCOL_TLS = Protocol.TLS;
  /external/chromium_org/chrome/browser/resources/cryptotoken/
webrequest.js 285 * Normalizes the TLS channel ID value:
290 * @param {Object|string|undefined} opt_tlsChannelId TLS Channel id
291 * @return {Object|string} The normalized TLS channel ID value.
295 // Case 1: Always set some value for TLS channel ID, even if it's the empty
304 // so return an empty string: the browser definitely supports TLS
311 console.warn('Unparseable TLS channel ID value ' + opt_tlsChannelId);
325 * @param {Object|string|undefined} opt_tlsChannelId TLS Channel Id
343 * @param {Object|string|undefined} opt_tlsChannelId TLS Channel Id
357 * @param {Object|string|undefined} opt_tlsChannelId TLS Channel Id
  /external/llvm/test/MC/ARM/
thumb-types.s 32 .long tls(TPOFF)
48 .type tls,%object
50 tls: label
52 .size tls, 4
92 @ CHECK: Name: tls
94 @ CHECK: Type: TLS
  /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))

Completed in 1080 milliseconds

1 2 3 4