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

1 2

  /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 62 protected static final String TLS = "tls";
  /external/wpa_supplicant/examples/
wpa2-eap-ccmp.conf 1 # WPA2-EAP/CCMP using EAP-TLS
11 eap=TLS
  /external/wpa_supplicant_6/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/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/nist-sip/java/javax/sip/
ListeningPoint.java 11 String TLS = "TLS";
  /development/tools/emulator/opengl/system/gralloc/
Android.mk 13 # Need to access the special OPENGL TLS Slot
  /frameworks/compile/linkloader/lib/
ELFSymbol.cpp 34 CASE(TLS)
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant.conf.orig 348 # TLS = EAP-TLS (client and server certificate)
372 # EAP-TLS/TTLS/PEAP. Full path should be used since working directory may
429 # phase1: Phase1 (outer authentication, i.e., TLS tunnel) parameters
441 # implement draft-josefsson-pppext-eap-tls-eap-05.txt (e.g.,
444 # TLS Message Length field in all TLS messages even if they are not
457 # phase2: Phase2 (inner authentication with TLS tunnel) parameters
478 # fragmentation (e.g., EAP-TLS and EAP-PEAP). This value should be set
557 eap=TLS
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf.orig 390 # TLS = EAP-TLS (client and server certificate)
414 # EAP-TLS/TTLS/PEAP. Full path should be used since working directory may
481 # phase1: Phase1 (outer authentication, i.e., TLS tunnel) parameters
493 # implement draft-josefsson-pppext-eap-tls-eap-05.txt (e.g.,
496 # TLS Message Length field in all TLS messages even if they are not
509 # phase2: Phase2 (inner authentication with TLS tunnel) parameters
530 # fragmentation (e.g., EAP-TLS and EAP-PEAP). This value should be set
609 eap=TLS
    [all...]
  /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";
182 algorithm = TLS;
204 this(TLS, keystore, keystorePassword, truststore, null, null);
210 this(TLS, keystore, keystorePassword, null, null, null);
216 this(TLS, null, null, truststore, null, null);
335 * 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);
339 * This factory creates TLS/SSL socket connections
  /external/elfutils/libebl/
eblsegmenttypename.c 45 PTYPE (TLS)
  /development/tools/emulator/opengl/system/egl/
Android.mk 18 # Used to access the Bionic private OpenGL TLS slot
  /frameworks/base/opengl/libs/
Android.mk 26 # Bionic's private TLS header relies on the ARCH_ARM_HAVE_TLS_REGISTER to
27 # select the appropriate TLS codepath
  /external/valgrind/unittest/
thread_wrappers_pthread.h 88 #undef TLS
90 #define TLS __thread
98 #undef TLS
thread_wrappers_win.h 53 #define TLS __declspec(thread)
  /external/e2fsprogs/lib/et/
error_message.c 45 #ifdef TLS
46 #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/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 80 VALUE MS-Acct-EAP-Type TLS 13
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 101 #ifdef TLS
102 #define THREAD_LOCAL static TLS
582 #ifdef TLS
  /external/libxml2/
threads.c 40 #include <TLS.h>

Completed in 324 milliseconds

1 2