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

1 2 3 4 5

  /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);
  /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
NetObject.java 66 protected static final String TLS = "tls";
  /external/nist-sip/java/javax/sip/
ListeningPoint.java 11 String TLS = "TLS";
  /external/nist-sip/java/gov/nist/javax/sip/stack/
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/libvncserver/libvncserver/
zlib.c 48 #if LIBVNCSERVER_HAVE_LIBPTHREAD && LIBVNCSERVER_HAVE_TLS && !defined(TLS) && defined(__linux__)
49 #define TLS __thread
51 #ifndef TLS
52 #define TLS
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;
tight.c 60 #if LIBVNCSERVER_HAVE_LIBPTHREAD && LIBVNCSERVER_HAVE_TLS && !defined(TLS) && defined(__linux__)
61 #define TLS __thread
63 #ifndef TLS
64 #define TLS
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 int paletteMaxColors = 0
    [all...]
  /external/scapy/scapy/layers/tls/
record.py 7 Common TLS fields & bindings.
12 See the TLS class documentation for more information.
23 from scapy.layers.tls.session import _GenericTLSSessionInheritance
24 from scapy.layers.tls.handshake import (_tls_handshake_cls, _TLSHandshake,
26 from scapy.layers.tls.basefields import (_TLSVersionField, _tls_version,
30 from scapy.layers.tls.crypto.pkcs1 import randstring, pkcs_i2osp
31 from scapy.layers.tls.crypto.compression import Comp_NULL
32 from scapy.layers.tls.crypto.cipher_aead import AEADTagError
34 from scapy.layers.tls.crypto.cipher_aead import Cipher_CHACHA20_POLY1305
35 from scapy.layers.tls.crypto.cipher_stream import Cipher_NUL
    [all...]
  /external/libgsm/
Makefile 124 TLS = $(ROOT)/tls
158 $(TLS)/taste.h
190 $(TLS)/sour.c \
191 $(TLS)/ginger.c \
192 $(TLS)/sour1.dta \
193 $(TLS)/sour2.dta \
194 $(TLS)/bitter.c \
195 $(TLS)/bitter.dta \
196 $(TLS)/taste.c
    [all...]
  /frameworks/base/core/java/org/apache/http/conn/ssl/
SSLSocketFactory.java 59 * Layered socket factory for TLS/SSL connections, based on JSSE.
145 public static final String TLS = "TLS";
193 algorithm = TLS;
215 this(TLS, keystore, keystorePassword, truststore, null, null);
221 this(TLS, keystore, keystorePassword, null, null, null);
227 this(TLS, null, null, truststore, null, null);
354 * 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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
telnetlib.py 122 TLS = chr(46) # Telnet Start TLS
  /device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/
SplitFspBin.py 255 TLS = 9
  /external/python/cpython2/Lib/
telnetlib.py 123 TLS = chr(46) # Telnet Start TLS
  /external/python/cpython3/Lib/
telnetlib.py 122 TLS = bytes([46]) # Telnet Start TLS
  /prebuilts/gdb/darwin-x86/lib/python2.7/
telnetlib.py 123 TLS = chr(46) # Telnet Start TLS
  /prebuilts/gdb/linux-x86/lib/python2.7/
telnetlib.py 123 TLS = chr(46) # Telnet Start TLS
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
telnetlib.py 123 TLS = chr(46) # Telnet Start TLS
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
telnetlib.py 123 TLS = chr(46) # Telnet Start TLS
  /frameworks/base/wifi/java/android/net/wifi/
WifiEnterpriseConfig.java 268 public static final int TLS = 1;
283 { "PEAP", "TLS", "TTLS", "PWD", "SIM", "AKA", "AKA'", "WFA-UNAUTH-TLS" };
376 if (mEapMethod != Eap.TLS && mPhase2Method != Phase2.NONE) {
420 * @param eapMethod is one {@link Eap#PEAP}, {@link Eap#TLS}, {@link Eap#TTLS} or
427 case Eap.TLS:
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/
PDBTypes.h 197 TLS,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/
PDBTypes.h 197 TLS,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/
PDBTypes.h 197 TLS,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/PDB/
PDBTypes.h 197 TLS,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/PDB/
PDBTypes.h 197 TLS,

Completed in 1389 milliseconds

1 2 3 4 5