HomeSort by relevance Sort by last modified time
    Searched full:encryption (Results 151 - 175 of 684) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/qemu/
block_int.h 36 #define BLOCK_OPT_ENCRYPT "encryption"
149 int valid_key; /* if true, a valid encryption key has been set */
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_tls.c 209 "client EAP encryption",
232 "client EAP encryption",
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_common.c 166 * verify key usage (must allow encryption)
173 * encryption, as described above. The keyAgreement bit must be
  /external/wpa_supplicant_8/src/eap_server/
eap_server_tls.c 209 "client EAP encryption",
232 "client EAP encryption",
  /external/wpa_supplicant_8/src/tls/
tlsv1_common.c 166 * verify key usage (must allow encryption)
173 * encryption, as described above. The keyAgreement bit must be
  /frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/common/
FwdLockGlue.c 74 * Initializes the round keys used for encryption and decryption of session keys. First creates a
75 * device-unique key-encryption key if none exists yet.
  /libcore/luni/src/main/java/javax/crypto/spec/
PBEKeySpec.java 25 * The key specification for a <i>password based encryption</i> key.
27 * Password based encryption is described in <a
  /libcore/luni/src/test/java/libcore/java/security/
SignatureTest.java 76 if (sigAlgorithm.endsWith("Encryption")) {
77 sigAlgorithm = sigAlgorithm.substring(0, sigAlgorithm.length()-"Encryption".length());
  /packages/apps/Exchange/res/values-en-rGB/
strings.xml 57 <string name="policy_require_encryption" msgid="1488761894213160246">"require device encryption"</string>
58 <string name="policy_require_sd_encryption" msgid="2425281481414518903">"require sd card encryption"</string>
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
pwd.h 85 #define _PASSWORD_EFMT1 '_' /* extended DES encryption format */
86 #define _PASSWORD_NONDES '$' /* non-DES encryption formats */
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
pwd.h 85 #define _PASSWORD_EFMT1 '_' /* extended DES encryption format */
86 #define _PASSWORD_NONDES '$' /* non-DES encryption formats */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
pwd.h 85 #define _PASSWORD_EFMT1 '_' /* extended DES encryption format */
86 #define _PASSWORD_NONDES '$' /* non-DES encryption formats */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
pwd.h 85 #define _PASSWORD_EFMT1 '_' /* extended DES encryption format */
86 #define _PASSWORD_NONDES '$' /* non-DES encryption formats */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
pwd.h 85 #define _PASSWORD_EFMT1 '_' /* extended DES encryption format */
86 #define _PASSWORD_NONDES '$' /* non-DES encryption formats */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
pwd.h 85 #define _PASSWORD_EFMT1 '_' /* extended DES encryption format */
86 #define _PASSWORD_NONDES '$' /* non-DES encryption formats */
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
pwd.h 85 #define _PASSWORD_EFMT1 '_' /* extended DES encryption format */
86 #define _PASSWORD_NONDES '$' /* non-DES encryption formats */
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
pwd.h 85 #define _PASSWORD_EFMT1 '_' /* extended DES encryption format */
86 #define _PASSWORD_NONDES '$' /* non-DES encryption formats */
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
pwd.h 85 #define _PASSWORD_EFMT1 '_' /* extended DES encryption format */
86 #define _PASSWORD_NONDES '$' /* non-DES encryption formats */
  /frameworks/base/core/java/android/app/admin/
DevicePolicyManager.java     [all...]
  /external/ppp/pppd/
ccp.c 114 "require MPPE encryption",
117 "require MPPE encryption",
120 "don't allow MPPE encryption", OPT_PRIO },
122 "don't allow MPPE encryption", OPT_ALIAS | OPT_PRIO },
126 "require MPPE 40-bit encryption", OPT_PRIO | OPT_A2OR | MPPE_OPT_40,
129 "require MPPE 40-bit encryption", OPT_PRIO | OPT_A2OR | MPPE_OPT_40,
132 "don't allow MPPE 40-bit encryption",
135 "don't allow MPPE 40-bit encryption",
140 "require MPPE 128-bit encryption", OPT_PRIO | OPT_A2OR | MPPE_OPT_128,
143 "require MPPE 128-bit encryption",
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_common.h 73 * GroupKey and PeerKey require encryption, otherwise, encryption is optional.
169 u8 kek[16]; /* EAPOL-Key Key Encryption Key (KEK) */
  /external/wpa_supplicant_8/src/common/
wpa_common.h 75 * GroupKey and PeerKey require encryption, otherwise, encryption is optional.
177 u8 kek[16]; /* EAPOL-Key Key Encryption Key (KEK) */
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ConnectionStateSSLv3.java 32 * relating encryption/decryption functionality.
79 logger.println(" encryption alg name: " + algName);
279 new SSLProtocolException("Error during the encryption"));
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/
PBEParametersGenerator.java 6 * super class for all Password Based Encryption (PBE) parameter generator classes.
  /external/chromium/chrome/browser/policy/
cloud_policy_cache_base.h 65 // Get the version of the encryption key currently used for decoding policy.

Completed in 851 milliseconds

1 2 3 4 5 67 8 91011>>