HomeSort by relevance Sort by last modified time
    Searched defs:encryption (Results 1 - 11 of 11) sorted by null

  /packages/apps/Settings/src/com/android/settings/vpn/
PptpEditor.java 46 CheckBoxPreference encryption = mEncryption = new CheckBoxPreference(c); local
48 setCheckBoxTitle(encryption, R.string.vpn_pptp_encryption_title);
49 encryption.setChecked(enabled);
50 setEncryptionSummary(encryption, enabled);
51 encryption.setOnPreferenceChangeListener(
61 return encryption;
64 private void setEncryptionSummary(CheckBoxPreference encryption,
66 Context c = encryption.getContext();
70 encryption.setSummary(String.format(
  /system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
driver_ti.h 85 int encryption; /* Encryption type */ member in struct:wpa_driver_ti_data
  /external/bluetooth/bluez/tools/
main.c 58 static int encryption = 0; variable
508 if (encryption)
717 "\t-E, --encrypt Enable encryption\n"
783 encryption = 1;
  /external/kernel-headers/original/linux/
net.h 175 short encryption; member in struct:net_proto_family
  /frameworks/base/voip/java/android/net/sip/
SimpleSessionDescription.java 26 * ("b="), encryption keys ("k="), and attribute fields ("a="). Currently this
161 * Returns the encryption method or {@code null} if it is not present.
168 * Returns the encryption key or {@code null} if it is not present.
175 * Sets the encryption method and the encryption key. The field will be
426 * Returns the encryption method or {@code null} if it is not present.
429 String encryption = get("k", '='); local
430 if (encryption == null) {
433 int colon = encryption.indexOf(':');
434 return (colon == -1) ? encryption : encryption.substring(0, colon)
441 String encryption = get("k", '='); local
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
admCtrlWpa2.c 118 Encryption status
1216 ECipherSuite encryption = TWD_CIPHER_NONE; local
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
admCtrlWpa2.c 127 Encryption status
1315 cipherSuite_e encryption = RSN_CIPHER_NONE; local
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_descriptors.h 311 unsigned encryption : 2; /* This field indicates the encryption type of the */ member in struct:__anon16736
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
admCtrlWpa2.c 118 Encryption status
1220 ECipherSuite encryption = TWD_CIPHER_NONE; local
    [all...]
  /external/openssl/crypto/x509/
x509.h 557 /* Password based encryption structure */
564 /* Password based encryption V2 structures */
568 X509_ALGOR *encryption; member in struct:PBE2PARAM_st
    [all...]
  /external/openssl/include/openssl/
x509.h 557 /* Password based encryption structure */
564 /* Password based encryption V2 structures */
568 X509_ALGOR *encryption; member in struct:PBE2PARAM_st
    [all...]

Completed in 1082 milliseconds