Home
last modified time | relevance | path

Searched defs:cipher (Results 1 – 6 of 6) sorted by relevance

/system/keymint/boringssl/src/
Ddes.rs24 let cipher = Cipher::des_ede3(); in begin() localVariable
37 let cipher = Cipher::des_ede3_cbc(); in begin() localVariable
/system/security/keystore2/src/crypto/
Dcrypto.cpp64 const EVP_CIPHER* cipher = EVP_aes_256_gcm(); in getAesCipherForKey() local
92 const EVP_CIPHER* cipher = getAesCipherForKey(key_size); in AES_gcm_encrypt() local
128 const EVP_CIPHER* cipher = getAesCipherForKey(key_size); in AES_gcm_decrypt() local
/system/core/fs_mgr/libdm/include/libdm/
Ddm_target.h253 DmTargetCrypt(uint64_t start, uint64_t length, const std::string& cipher, in DmTargetCrypt()
286 DmTargetDefaultKey(uint64_t start, uint64_t length, const std::string& cipher, in DmTargetDefaultKey()
/system/extras/verity/
DUtils.java154 Cipher cipher = Cipher.getInstance(epkInfo.getAlgName()); in decryptPrivateKey() local
/system/vold/
DMetadataCrypt.cpp59 struct CryptoType cipher = invalid_crypto_type; member
/system/keymaster/km_openssl/
Dblock_cipher_operation.cpp233 const EVP_CIPHER* cipher = in InitializeCipher() local