/external/wpa_supplicant_8/src/crypto/ |
aes-cbc.c | 17 * aes_128_cbc_encrypt - AES-128 CBC encryption 18 * @key: Encryption key 19 * @iv: Encryption IV for CBC mode (16 bytes)
|
aes_wrap.h | 6 * - AES-128 CTR mode encryption 7 * - AES-128 EAX mode encryption/decryption
|
/system/extras/ext4_utils/ |
ext4_crypt.cpp | 24 #define XATTR_NAME_ENCRYPTION_POLICY "encryption.policy" 117 KLOG_ERROR(TAG, "Failed to set encryption policy for %s: %s\n", 122 KLOG_INFO(TAG, "Encryption policy for %s is set to %02x%02x%02x%02x\n",
|
/development/samples/Vault/res/values/ |
strings.xml | 20 <string name="info_software_detail">Encryption key is software-backed, which is less secure.</string>
|
/external/openssh/ |
rsa.h | 7 * RSA key generation, encryption and decryption.
|
PROTOCOL.key | 56 4. Encryption 62 5. No encryption
|
PROTOCOL.chacha20poly1305 | 2 encryption cipher supported by OpenSSH. 17 authenticated encryption mode. The construction used is based on that 25 The chacha20-poly1305@openssh.com offers both encryption and 41 (Authenticated Encryption with Associated Data) that is used to encrypt 58 for encryption of the packet payload. 85 ChaCha20 must never reuse a {key, nonce} for encryption nor may it be
|
/external/srtp/doc/ |
references.txt | 17 ISMAcryp (the Internet Streaming Media Alliance 1.0 Encryption and
|
/libcore/luni/src/main/java/javax/crypto/ |
package.html | 8 This package provides the classes and interfaces for cryptographic applications implementing algorithms for encryption, decryption, or
|
/libcore/luni/src/main/java/javax/crypto/spec/ |
PBEParameterSpec.java | 23 * The algorithm parameter specification for a <i>password based encryption</i> 26 * Password based encryption is described in <a
|
/system/bt/stack/include/ |
profiles_api.h | 49 #define BT_SEC_IN_ENCRYPT BTM_SEC_IN_ENCRYPT /* Inbound call requires encryption */ 52 #define BT_SEC_OUT_ENCRYPT BTM_SEC_OUT_ENCRYPT /* Outbound call requires encryption */
|
/system/vold/ |
cryptfs.h | 48 #define CRYPT_ENCRYPTION_IN_PROGRESS 0x2 /* Encryption partially completed, 50 #define CRYPT_INCONSISTENT_STATE 0x4 /* Set when starting encryption, clear when 52 correctly marked partial encryption */ 53 #define CRYPT_DATA_CORRUPT 0x8 /* Set when encryption is fine, but the 100 unsigned char crypto_type_name[MAX_CRYPTO_TYPE_NAME_LEN]; /* The type of encryption 105 unsigned char salt[SALT_LEN]; /* The salt used for this encryption */ 235 // Functions for file encryption to use to inherit our encryption logic
|
/frameworks/native/include/media/hardware/ |
HDCPAPI.h | 27 // structure below, a module either implements decryption or encryption. 38 // unused for ENCRYPTION and in the case of HDCP_INITIALIZATION_COMPLETE 65 // HDCP_CAPS_ENCRYPT_NATIVE: the HDCP module supports encryption from 80 // ENCRYPTION: Request to setup an HDCP session with the host specified 96 // ENCRYPTION only: 154 // Create a module for ENCRYPTION.
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ |
BootReminder.java | 35 * process. The reboot could be an unexpected reboot or a reboot during the encryption process. 42 * encryption. 45 "profile-owner-encryption-resume"; 59 * encryption. 62 "device-owner-encryption-resume"; 96 // Resume device owner provisioning after encryption if applicable.
|
EncryptDeviceActivity.java | 28 * Activity to ask for permission to activate full-filesystem encryption. 80 // to encryption tool.
|
/device/moto/shamu/cryptfs_hw/ |
cryptfs_hw.c | 44 // password further, HW would wipe all disk encryption related crypto data 51 /* Operations that be performed on HW based device encryption key */ 140 SLOGI("Set key for HW disk encryption operation"); 146 SLOGI("Update key for HW disk encryption operation"); 165 SLOGI("Clear HW disk encryption key");
|
/docs/source.android.com/src/devices/tech/security/enhancements/ |
enhancements50.jd | 10 out-of-the-box, full disk encryption is enabled by default to improve 13 <li><strong>Improved full disk encryption.</strong> The user password is 17 encryption key are not sent off the device or exposed to any application.
|
/docs/source.android.com/src/devices/tech/security/overview/ |
kernel-security.jd | 142 encryption with a key stored off-device, such as on a server or a user 150 <p> In the case of a lost or stolen device, full filesystem encryption on Android 151 devices uses the device password to protect the encryption key, so modifying 155 <h4 id="filesystem-encryption">Filesystem Encryption</h4> 156 <p>Android 3.0 and later provides full filesystem encryption, so all user data can 158 and ESSIV:SHA256. The encryption key is protected by AES128 using a key 166 administrator and enforced by the operating system. Filesystem encryption 168 <p>More details on implementation of filesystem encryption are available at <a 169 href="/devices/tech/security/encryption/index.html">Encryption</a>.</p [all...] |
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/ |
EncryptedPrivateKeyInfo_ImplTest.java | 46 * Assertion: Returns the encryption algorithm name <br> 72 * Assertion: Returns the encryption algorithm name <br> 97 * Assertion: Returns the encryption algorithm name <br>
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
RC4Engine.java | 15 * during encryption and decryption 26 * @param forEncryption whether or not we are for encryption. 39 * RC4 encryption and decryption is completely
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
SecurityAgreeHeader.java | 60 * Set Encryption Algorithm (ealg parameter) 61 * @param ealg - encryption algorithm value 132 * Get Encryption Algorithm
|
/external/ppp/pppd/plugins/radius/etc/ |
dictionary.microsoft | 15 ATTRIBUTE MS-MPPE-Encryption-Policy 7 string Microsoft 18 ATTRIBUTE MS-MPPE-Encryption-Type 8 string Microsoft 19 ATTRIBUTE MS-MPPE-Encryption-Types 8 string Microsoft
|
/prebuilts/tools/common/http-client/ |
README.txt | 43 to another country, of encryption software. BEFORE using any encryption 45 concerning the import, possession, or use, and re-export of encryption
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
SimpleSessionDescription.java | 27 * ("b="), encryption keys ("k="), and attribute fields ("a="). Currently this 162 * Returns the encryption method or {@code null} if it is not present. 169 * Returns the encryption key or {@code null} if it is not present. 176 * Sets the encryption method and the encryption key. The field will be 427 * Returns the encryption method or {@code null} if it is not present. 430 String encryption = get("k", '='); local 431 if (encryption == null) { 434 int colon = encryption.indexOf(':'); 435 return (colon == -1) ? encryption : encryption.substring(0, colon) 442 String encryption = get("k", '='); local [all...] |
/system/bt/btif/include/ |
btif_dm.h | 65 tBTM_LE_PENC_KEYS penc_key; /* received peer encryption key */ 71 tBTM_LE_LENC_KEYS lenc_key; /* local encryption reproduction keys LTK = = d1(ER,DIV,0)*/
|