HomeSort by relevance Sort by last modified time
    Searched full:decrypt (Results 26 - 50 of 707) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
__init__.py 35 from rsa.pkcs1 import encrypt, decrypt, sign, verify, DecryptionError, \
43 __all__ = ["newkeys", "encrypt", "decrypt", "sign", "verify", 'PublicKey',
36 VerificationError namespace
bigfile.py 22 - take such an encrypted files, decrypt its blocks, and reconstruct the
75 :param priv_key: :py:class:`rsa.PrivateKey` to decrypt with
83 cleartext = pkcs1.decrypt(block, priv_key)
  /system/core/bootstat/
bootstat.rc 6 # Record the time at which the user has successfully entered the pin to decrypt
20 on property:init.svc.bootanim=stopped && property:vold.decrypt=trigger_restart_framework
  /docs/source.android.com/src/security/encryption/
full-disk.jd 31 automatically decrypt data before returning it to the calling process.</p>
105 <p>In order to encrypt, decrypt or wipe <code>/data</code>, <code>/data</code>
123 <p>To trigger these actions, the <code>vold.decrypt</code> property is set to
172 <p><code>vold.decrypt = "trigger_encryption"</code> triggers <code>init.rc</code>,
183 property <code>vold.decrypt</code> to: <code>trigger_restart_min_framework</code>
196 <p><code>vold</code> sets <code>vold.decrypt</code> to
202 be no password set; therefore we decrypt and mount <code>/data</code>.</p>
248 prints a reason in the log. If it can encrypt, it sets the property <code>vold.decrypt</code>
269 <code>vold.decrypt</code> to: <code>trigger_restart_min_framework</code> </p>
308 <p><code>vold</code> sets <code>vold.decrypt</code> t
    [all...]
  /external/tpm2/
ZGen_2Phase.c 16 // TPM_RC_ATTRIBUTES key referenced by keyA is restricted or not a decrypt key
41 // keyA must not be restricted and must be a decrypt key
43 || eccKey->publicArea.objectAttributes.decrypt != SET
EncryptDecrypt.c 36 // The input key should be a symmetric decrypt key.
75 // Note: This is copied here so that the calls to the encrypt/decrypt functions
85 if(in->decrypt == YES)
87 // Decrypt data to output
Unseal.c 33 if( object->publicArea.objectAttributes.decrypt == SET
ECDH_KeyGen.c 31 // Input key must be a non-restricted, decrypt ECC key
36 || eccKey->publicArea.objectAttributes.decrypt != SET
  /prebuilts/go/darwin-x86/src/crypto/cipher/
cipher.go 13 // or decrypt individual blocks. The mode implementations
23 // Decrypt decrypts the first block in src into dst.
25 Decrypt(dst, src []byte)
  /prebuilts/go/linux-x86/src/crypto/cipher/
cipher.go 13 // or decrypt individual blocks. The mode implementations
23 // Decrypt decrypts the first block in src into dst.
25 Decrypt(dst, src []byte)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
EncryptionHelper.java 29 String voldState = SystemProperties.get("vold.decrypt");
  /hardware/ti/omap4-aah/security/tf_sdk/include/
wvdrm_protocol.h 60 * Optionnally decrypt a keybox with a transport key
86 * Decrypt the ECM (Entitlement Control Message = content key) using the asset key.
97 * Decrypt a chunk of content from a non-secure buffer into
112 * Decrypt a chunk of content into a non-secure buffer. This
OEMCrypto.h 95 * setting up firewall regions. It is called when the decrypt session for an
112 * called when the decrypt session for an asset is closed.
127 * Decrypt the entitlement (EMM) key, also known as the asset key,
130 * As shown in Figure 1 on the next page, Step 1 uses an OEM root key to decrypt
134 * Step 2 uses the ?latched? clear device key to decrypt (AES-128-ECB) the
144 * OEMCrypto_ERROR_NO_DEVICE_KEY failed to decrypt device key
145 * OEMCrypto_ERROR_NO_ASSET_KEY failed to decrypt asset key
146 * OEMCrypto_ERROR_KEYBOX_INVALID cannot decrypt and read from Keybox
168 * OEMCrypto_ERROR_NO_CW cannot decrypt control word
218 * OEMCrypto_DecryptAudio must make sure that it cannot be used to decrypt a vide
    [all...]
  /libcore/support/src/test/java/tests/security/
CipherAsymmetricCryptHelper.java 24 private static final String plainData = "some data to encrypt and decrypt test";
CipherSymmetricCryptHelper.java 24 private static final String plainData = "some data to encrypt and decrypt test";
  /system/connectivity/shill/
crypto_des_cbc.h 51 virtual bool Decrypt(const std::string& ciphertext, std::string* plaintext);
57 FRIEND_TEST(CryptoDESCBCTest, Decrypt);
  /system/keymaster/
ecies_kem.h 47 bool Decrypt(EC_KEY* private_key, const Buffer& encrypted_key, Buffer* output_key) override;
48 bool Decrypt(EC_KEY* private_key, const uint8_t* encrypted_key, size_t encrypted_key_len,
  /external/boringssl/src/crypto/cipher/test/
cipher_test.txt 76 # ECB-AES128.Encrypt and ECB-AES128.Decrypt
98 # ECB-AES256.Encrypt and ECB-AES256.Decrypt
122 # CBC-AES128.Encrypt and CBC-AES128.Decrypt
148 # CBC-AES256.Encrypt and CBC-AES256.Decrypt
418 # OFB-AES128.Decrypt
422 Operation = DECRYPT
429 Operation = DECRYPT
436 Operation = DECRYPT
443 Operation = DECRYPT
477 # OFB-AES256.Decrypt
    [all...]