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

<<11121314151617181920>>

  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/arpa/
telnet.h 116 #define TELOPT_ENCRYPT 38 /* Encryption option */
277 * ENCRYPTion suboptions
279 #define ENCRYPT_IS 0 /* I pick encryption type ... */
280 #define ENCRYPT_SUPPORT 1 /* I support encryption types ... */
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/arpa/
telnet.h 116 #define TELOPT_ENCRYPT 38 /* Encryption option */
277 * ENCRYPTion suboptions
279 #define ENCRYPT_IS 0 /* I pick encryption type ... */
280 #define ENCRYPT_SUPPORT 1 /* I support encryption types ... */
  /system/sepolicy/
device.te 94 # Metadata block device used for encryption metadata.
  /bionic/libc/include/
pwd.h 85 #define _PASSWORD_EFMT1 '_' /* extended DES encryption format */
86 #define _PASSWORD_NONDES '$' /* non-DES encryption formats */
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyPairGeneratorSpecTest.java 61 assertFalse("encryption flag should not be on", spec.isEncryptionRequired());
84 assertTrue("encryption flag should be on", spec.isEncryptionRequired());
  /development/ndk/platforms/android-21/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,
  /development/ndk/platforms/android-21/include/
pwd.h 85 #define _PASSWORD_EFMT1 '_' /* extended DES encryption format */
86 #define _PASSWORD_NONDES '$' /* non-DES encryption formats */
  /development/ndk/platforms/android-3/include/
pwd.h 85 #define _PASSWORD_EFMT1 '_' /* extended DES encryption format */
86 #define _PASSWORD_NONDES '$' /* non-DES encryption formats */
  /device/google/contexthub/lib/include/nanohub/
nanohub.h 30 #define NANOAPP_ENCRYPTED_FLAG 0x2 // contents is encrypted with exactly one encryption key
129 // encryption (if enabled) starts immediately after those
  /device/google/marlin/marlin/
BoardConfig.mk 136 #Enable HW based full disk encryption
140 #Enable SW based full disk encryption
  /device/google/marlin/sailfish/
BoardConfig.mk 132 #Enable HW based full disk encryption
136 #Enable SW based full disk encryption
  /docs/source.android.com/src/devices/storage/
adoptable.jd 55 <p>The platform randomly generates an encryption key for each adopted device,
68 Android device that adopted it, the encryption keys should not be extractable
  /external/autotest/server/cros/ap_configurators/
belkinF9K1001_ap_configurator.py 23 if 'Selecting WEP Encryption will disable the WPS' in text:
25 elif 'Selecting WPA/TKIP Encryption will disable the WPS' in text:
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
RFC3394WrapEngine.java 18 * and <a href="http://csrc.nist.gov/encryption/kms/key-wrap.pdf">http://csrc.nist.gov/encryption/kms/key-wrap.pdf</a>.
RSACoreEngine.java 46 * encryption, and the same length as the key size on decryption.
67 * decryption, and the same length as the key size on encryption.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
AEADBlockCipher.java 9 * A block cipher mode that includes authenticated encryption with a streaming mode and optional associated data.
27 * @param forEncryption true if we are setting up for encryption, false otherwise.
CBCBlockCipher.java 54 * encryption, if false for decryption.
164 * Do the appropriate chaining step for CBC mode encryption.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/doc/
usage.rst 18 as the *encryption key*. Decrypting a message can only be done using
95 encryption, so keys smaller than this are unusable. The larger the
117 Encryption and decryption
273 encryption for you.
278 As far as we know, there is no pure-Python AES encryption. Previous
295 The file will get larger after encryption, as each encrypted block
298 Since these encryption/decryption functions are potentially called on
309 Encryption works on file handles using the
  /external/curl/lib/
curl_ntlm_msgs.h 130 /* Indicates that 128-bit encryption is supported. */
137 /* Indicates that 56-bit encryption is supported. */
  /external/libchrome/crypto/
signature_creator_unittest.cc 19 // This is the algorithm ID for SHA-1 with RSA encryption.
24 // This is the algorithm ID for SHA-1 with RSA encryption.
  /external/proguard/docs/
main.html 71 focuses on code protection, with additional features like string encryption,
72 class encryption, and dex splitting. It directly targets Dalvik bytecode and
  /external/toybox/toys/lsb/
passwd.c 19 -a ALGO Encryption method (des, md5, sha256, sha512) default: des
138 error_exit("Error: Unkown encryption algorithm\n");
  /external/wpa_supplicant_8/src/wps/
wps_attr_process.c 143 "Encryption Type");
148 wpa_printf(MSG_DEBUG, "WPS: Encryption Type: 0x%x",
  /frameworks/av/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.
  /frameworks/av/include/media/
IHDCP.h 53 // HDCP_CAPS_ENCRYPT_NATIVE: the HDCP module supports encryption from
60 // ENCRYPTION only:

Completed in 786 milliseconds

<<11121314151617181920>>