Home
last modified time | relevance | path

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

/system/security/keystore2/src/crypto/
Dcrypto.cpp62 const EVP_CIPHER* cipher = EVP_aes_256_gcm(); in getAesCipherForKey() local
82 const EVP_CIPHER* cipher = getAesCipherForKey(key_size); in AES_gcm_encrypt() local
118 const EVP_CIPHER* cipher = getAesCipherForKey(key_size); in AES_gcm_decrypt() local
/system/core/fs_mgr/libdm/include/libdm/
Ddm_target.h252 DmTargetCrypt(uint64_t start, uint64_t length, const std::string& cipher, in DmTargetCrypt()
285 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.cpp57 struct CryptoType cipher = invalid_crypto_type; member
/system/keymaster/km_openssl/
Dblock_cipher_operation.cpp230 const EVP_CIPHER* cipher = in InitializeCipher() local