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

  /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/nist-sip/java/javax/sip/
ListeningPoint.java 11 String TLS = "TLS";
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant.conf 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/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/src/com/android/exchange/
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)
  /external/e2fsprogs/lib/et/
error_message.c 41 #ifdef TLS
42 #define THREAD_LOCAL static TLS
  /frameworks/base/opengl/libs/
Android.mk 24 # Bionic's private TLS header relies on the ARCH_ARM_HAVE_TLS_REGISTER to
25 # select the appropriate TLS codepath
  /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) {
SIPDialog.java 662 * @param protocol -- protocol (udp/tcp/tls)
    [all...]
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 89 #ifdef TLS
90 #define THREAD_LOCAL static TLS
497 #ifdef TLS
  /external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 80 VALUE MS-Acct-EAP-Type TLS 13
  /external/libxml2/
threads.c 40 #include <TLS.h>
  /bionic/libc/
Android.mk 489 # that it should access the hardware TLS register directly in
  /external/elfutils/src/
elflint.c 806 section [%2d] '%s': symbol %zu: TLS symbol but no TLS program header entry\n"),
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 5094 milliseconds