Searched refs:TLS (Results 1 - 25 of 43) sorted by relevance

12

/external/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.h25 bool TLS; member in struct:llvm::AddressPool::AddressPoolEntry
26 AddressPoolEntry(unsigned Number, bool TLS) : Number(Number), TLS(TLS) {} argument
41 unsigned getIndex(const MCSymbol *Sym, bool TLS = false);
H A DAddressPool.cpp19 unsigned AddressPool::getIndex(const MCSymbol *Sym, bool TLS) { argument
22 Pool.insert(std::make_pair(Sym, AddressPoolEntry(Pool.size(), TLS)));
39 I.second.TLS
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DParameterNames.java47 public static final String TLS = GenericURI.TLS; field in interface:ParameterNames
92 * Added changes for TLS support contributed by Daniel Martinez
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwpa2-eap-ccmp.conf1 # WPA2-EAP/CCMP using EAP-TLS
11 eap=TLS
H A DopenCryptoki.conf1 # EAP-TLS using private key and certificates via OpenSSL PKCS#11 engine and
25 eap=TLS
/external/nist-sip/java/javax/sip/
H A DListeningPoint.java11 String TLS = "TLS"; field in interface:ListeningPoint
/external/libvncserver/libvncserver/
H A Dzlib.c48 #if LIBVNCSERVER_HAVE_LIBPTHREAD && LIBVNCSERVER_HAVE_TLS && !defined(TLS) && defined(__linux__)
49 #define TLS __thread macro
51 #ifndef TLS
52 #define TLS macro
55 static TLS int zlibBeforeBufSize = 0;
56 static TLS char *zlibBeforeBuf = NULL;
58 static TLS int zlibAfterBufSize = 0;
59 static TLS char *zlibAfterBuf = NULL;
60 static TLS int zlibAfterBufLen = 0;
H A Dtight.c60 #if LIBVNCSERVER_HAVE_LIBPTHREAD && LIBVNCSERVER_HAVE_TLS && !defined(TLS) && defined(__linux__)
61 #define TLS __thread macro
63 #ifndef TLS
64 #define TLS macro
68 static TLS rfbBool usePixelFormat24 = FALSE;
109 static TLS int compressLevel = 1;
110 static TLS int qualityLevel = 95;
111 static TLS int subsampLevel = TJ_444;
138 static TLS int paletteNumColors = 0;
139 static TLS in
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant.conf447 # (EAP-TLS). Full path to the file should be used since working
561 # 0 = do not use OCSP stapling (TLS certificate status extension)
808 # TLS = EAP-TLS (client and server certificate)
834 # EAP-TLS/TTLS/PEAP. Full path should be used since working directory may
929 # phase1: Phase1 (outer authentication, i.e., TLS tunnel) parameters
944 # TLS Message Length field in all TLS messages even if they are not
967 # phase2: Phase2 (inner authentication with TLS tunnel) parameters
972 # TLS
[all...]
/external/elfutils/src/libebl/
H A Deblsegmenttypename.c60 PTYPE (TLS)
/external/skia/tests/
H A DTLSTest.cpp70 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/libvncserver/x11vnc/misc/turbovnc/
H A Dconvert24 #define TLS __thread
26 #define TLS
49 $_ =~ s/^static/static TLS /;
/external/llvm/test/MC/ARM/
H A Dthumb-types.s94 @ CHECK: Type: TLS
/external/e2fsprogs/lib/et/
H A Derror_message.c48 #ifdef TLS
49 #define THREAD_LOCAL static TLS
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DDefaultRouter.java290 // always use TLS when secure
291 String transport = sipUri.isSecure() ? SIPConstants.TLS : sipUri
305 if (transport.equalsIgnoreCase(SIPConstants.TLS))
H A DIOHandler.java45 * TLS support Added by Daniel J.Martinez Manzano <dani@dif.um.es>
69 private static String TLS = "tls"; field in class:IOHandler
250 } else if (transport.compareToIgnoreCase(TLS) == 0) {
/external/elfutils/src/backends/
H A Dppc_reloc.def68 RELOC_TYPE (TLS, REL)
H A Dppc64_reloc.def95 RELOC_TYPE (TLS, REL)
/external/llvm/test/MC/PowerPC/
H A Dppc64-errors.s17 # TLS register operands
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.microsoft80 VALUE MS-Acct-EAP-Type TLS 13
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid.c102 #ifdef TLS
103 #define THREAD_LOCAL static TLS
587 #ifdef TLS
/external/e2fsprogs/lib/
H A Dconfig.h.in573 /* If the compiler supports a TLS storage class define it to that here */
574 #undef TLS
/external/clang/lib/CodeGen/
H A DCGDeclCXX.cpp252 llvm::FunctionType *FTy, const Twine &Name, SourceLocation Loc, bool TLS) {
256 if (!getLangOpts().AppleKext && !TLS) {
507 // these initializations. This happens for TLS initialization functions.
251 CreateGlobalInitOrDestructFunction( llvm::FunctionType *FTy, const Twine &Name, SourceLocation Loc, bool TLS) argument
/external/libvncserver/webclients/novnc/
H A DREADME.md20 * WebSocket SSL/TLS encryption (i.e. "wss://") support
/external/llvm/test/tools/llvm-readobj/ARM/
H A Dattribute-2.s51 @CHECK-OBJ-NEXT: Description: TLS

Completed in 1057 milliseconds

12