HomeSort by relevance Sort by last modified time
    Searched full:encryption (Results 276 - 300 of 980) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
pwd.h 85 #define _PASSWORD_EFMT1 '_' /* extended DES encryption format */
86 #define _PASSWORD_NONDES '$' /* non-DES encryption formats */
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/media/
NdkMediaCodec.h 184 * ISO/IEC FDIS 23001-7:2011 "Common encryption in ISO base media file format files".
216 * The type of encryption that has been applied,
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
pwd.h 85 #define _PASSWORD_EFMT1 '_' /* extended DES encryption format */
86 #define _PASSWORD_NONDES '$' /* non-DES encryption formats */
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/media/
NdkMediaCodec.h 184 * ISO/IEC FDIS 23001-7:2011 "Common encryption in ISO base media file format files".
216 * The type of encryption that has been applied,
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
pwd.h 85 #define _PASSWORD_EFMT1 '_' /* extended DES encryption format */
86 #define _PASSWORD_NONDES '$' /* non-DES encryption formats */
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/media/
NdkMediaCodec.h 184 * ISO/IEC FDIS 23001-7:2011 "Common encryption in ISO base media file format files".
216 * The type of encryption that has been applied,
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
pwd.h 85 #define _PASSWORD_EFMT1 '_' /* extended DES encryption format */
86 #define _PASSWORD_NONDES '$' /* non-DES encryption formats */
  /prebuilts/ndk/9/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 */
  /prebuilts/ndk/9/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 */
  /prebuilts/ndk/9/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 */
  /prebuilts/ndk/9/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 */
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
pwd.h 85 #define _PASSWORD_EFMT1 '_' /* extended DES encryption format */
86 #define _PASSWORD_NONDES '$' /* non-DES encryption formats */
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
pwd.h 85 #define _PASSWORD_EFMT1 '_' /* extended DES encryption format */
86 #define _PASSWORD_NONDES '$' /* non-DES encryption formats */
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
pwd.h 85 #define _PASSWORD_EFMT1 '_' /* extended DES encryption format */
86 #define _PASSWORD_NONDES '$' /* non-DES encryption formats */
  /system/vold/
cryptfs.c 410 * Since the entire framework is torn down and rebuilt after encryption,
570 * encryption info footer and key, and plenty of bytes to spare for future
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 452 // Set the encryption password to default.
510 // Update the device encryption password.
662 /** Update the encryption password if it is enabled **/
669 Log.e(TAG, "Could not find the mount service to update the encryption password");
680 Log.e(TAG, "Error changing encryption password", e);
708 // Update the device encryption password.
796 Log.e(TAG, "Error getting encryption state", re);
802 * Determine if the device supports encryption, even if it's set to default. This
805 * @return true if device encryption is enabled
813 * Clears the encryption password
    [all...]
  /packages/apps/ManagedProvisioning/res/values/
strings.xml 89 <!-- Title for reminder notification to resume provisioning after encryption [CHAR LIMIT=30] -->
90 <string name="continue_provisioning_notify_title">Encryption complete</string>
91 <!-- Body for reminder notification to resume provisioning after encryption [CHAR LIMIT=NONE] -->
189 <!-- Accessibility description for the profile setup screen showing encryption info. [CHAR LIMIT=NONE] -->
190 <string name="setup_profile_encryption">Set up your profile. Encryption</string>
195 <!-- Accessibility description for the device setup screen showing encryption info. [CHAR LIMIT=NONE] -->
196 <string name="setup_device_encryption">Set up your device. Encryption</string>
  /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/vboot_reference/firmware/lib/tpm_lite/include/
tpm_error_messages.h 54 "Unacceptable encryption scheme" },
92 "The encryption process had a problem" },
113 "The signature or encryption scheme for this key is incorrect or not\n\
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.c 165 * Derives keys for encryption and signing from the encrypted session key.
190 // Encrypt the 16-byte value {0, 0, ..., 0} to produce the encryption key.
240 * encryption and decryption are performed using the same algorithm.
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
SealedObjectTest.java 198 * encryption algorithm and specified parameters can be retrieved by
234 * with encryption algorithm and specified parameters can be retrieved by
273 * object sealed with encryption algorithm can be retrieved by specifying
  /packages/apps/ManagedProvisioning/res/values-en-rAU/
strings.xml 49 <string name="continue_provisioning_notify_title" msgid="5191449100153186648">"Encryption complete"</string>
94 <string name="setup_profile_encryption" msgid="5241291404536277038">"Set up your profile. Encryption"</string>
97 <string name="setup_device_encryption" msgid="7852944465414197103">"Set up your device. Encryption"</string>
  /packages/apps/ManagedProvisioning/res/values-en-rGB/
strings.xml 49 <string name="continue_provisioning_notify_title" msgid="5191449100153186648">"Encryption complete"</string>
94 <string name="setup_profile_encryption" msgid="5241291404536277038">"Set up your profile. Encryption"</string>
97 <string name="setup_device_encryption" msgid="7852944465414197103">"Set up your device. Encryption"</string>
  /packages/apps/ManagedProvisioning/res/values-en-rIN/
strings.xml 49 <string name="continue_provisioning_notify_title" msgid="5191449100153186648">"Encryption complete"</string>
94 <string name="setup_profile_encryption" msgid="5241291404536277038">"Set up your profile. Encryption"</string>
97 <string name="setup_device_encryption" msgid="7852944465414197103">"Set up your device. Encryption"</string>
  /packages/apps/Settings/src/com/android/settings/accessibility/
ToggleAccessibilityServicePreferenceFragment.java 323 // The user confirmed that they accept weaker encryption when
324 // enabling the accessibility service, so change encryption.
325 // Since we came here asynchronously, check encryption again.

Completed in 499 milliseconds

<<11121314151617181920>>