HomeSort by relevance Sort by last modified time
    Searched refs:encryption (Results 1 - 18 of 18) 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(
  /frameworks/base/packages/VpnServices/src/com/android/server/vpn/
VpnDaemons.java 55 String password, boolean encryption) throws IOException {
57 encryption);
120 String password, boolean encryption) throws IOException {
125 addPppArguments(args, serverIp, username, password, encryption);
133 String username, String password, boolean encryption)
143 if (encryption) {
  /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
driver_ti.c 349 static int wpa_driver_tista_set_encryption( void *priv, int encryption )
355 wpa_printf(MSG_DEBUG,"wpa_driver_tista_set_encryption called: %d",encryption);
359 myDrv->encryption = encryption;
360 switch( encryption ) {
363 wpa_printf(MSG_DEBUG, "encryption: OS_ENCRYPTION_TYPE_WEP");
368 wpa_printf(MSG_DEBUG, "encryption: OS_ENCRYPTION_TYPE_TKIP");
373 wpa_printf(MSG_DEBUG, "encryption: OS_ENCRYPTION_TYPE_AES");
379 wpa_printf(MSG_DEBUG, "encryption: OS_ENCRYPTION_TYPE_NONE");
    [all...]
  /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...]
  /external/openssl/crypto/asn1/
p5_pbev2.c 65 /* PKCS#5 v2.0 password based encryption structures */
69 ASN1_SIMPLE(PBE2PARAM, encryption, X509_ALGOR)
112 /* Setup the AlgorithmIdentifier for the encryption scheme */
113 scheme = pbe2->encryption;
  /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
  /external/openssl/crypto/evp/
p5_crpt2.c 73 /* This is an implementation of PKCS#5 v2.0 password based encryption key
202 /* lets see if we recognise the encryption algorithm.
205 cipher = EVP_get_cipherbyobj(pbe2->encryption->algorithm);
215 if(EVP_CIPHER_asn1_to_param(ctx, pbe2->encryption->parameter) < 0) {
  /external/ipsec-tools/
setup.c 138 static void add_proposal(int auth, int hash, int encryption, int length)
143 p->enctype = encryption;
  /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;
  /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/wilink_6_1/stad/src/Connection_Managment/
admCtrlWpa2.c 118 Encryption status
1220 ECipherSuite encryption = TWD_CIPHER_NONE; local
    [all...]
  /external/kernel-headers/original/linux/
net.h 175 short encryption; member in struct:net_proto_family
  /external/dropbear/libtomcrypt/
crypt.tex 431 \subsection{ECB Encryption and Decryption}
495 \subsection{Simple Encryption Demonstration}
643 in the middle (e.g. rijndael\_enc\_desc) are related to an implementation of Rijndael with only the encryption routine
647 The \textit{encrypt only} descriptors are useful for applications that only use the encryption function of the cipher. Algorithms such
648 as EAX, PMAC and OMAC only require the encryption function. So far this \textit{encrypt only} functionality has only been implemented for
653 fact used for the purposes of encryption. My suggestion is just to use random 8/24 byte keys instead of trying to make a 8/24
    [all...]
  /external/openssl/apps/
makeapps.com 12 $! "application" programs for the different types of encryption for OpenSSL.
  /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 396 milliseconds