Home
last modified time | relevance | path

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

/system/security/mls/mls-rs-crypto-boringssl/src/
Daead.rs113 let cipher = Aes128Gcm::new(key[..self.key_size()].try_into()?); in seal() localVariable
117 let cipher = Aes256Gcm::new(key[..self.key_size()].try_into()?); in seal() localVariable
121 let cipher = Chacha20Poly1305::new(key[..self.key_size()].try_into()?); in seal() localVariable
155 let cipher = Aes128Gcm::new(key[..self.key_size()].try_into()?); in open() localVariable
161 let cipher = Aes256Gcm::new(key[..self.key_size()].try_into()?); in open() localVariable
167 let cipher = Chacha20Poly1305::new(key[..self.key_size()].try_into()?); in open() localVariable
/system/secretkeeper/core/src/
Dlib.rs23 pub mod cipher; module
/system/keymint/boringssl/src/
Ddes.rs39 let cipher = Cipher::des_ede3(); in begin() localVariable
52 let cipher = Cipher::des_ede3_cbc(); in begin() localVariable
/system/authgraph/boringssl/src/
Daes.rs44 let cipher = Cipher::aes_256_gcm(); in encrypt() localVariable
67 let cipher = Cipher::aes_256_gcm(); in decrypt() 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.h271 DmTargetCrypt(uint64_t start, uint64_t length, const std::string& cipher, in DmTargetCrypt()
304 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.cpp61 struct CryptoType cipher = invalid_crypto_type; member
/system/keymaster/km_openssl/
Dblock_cipher_operation.cpp234 const EVP_CIPHER* cipher = in InitializeCipher() local
/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h21150 struct cipher_alg cipher; member
59998 struct crypto_cipher *cipher; member
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h30636 struct cipher_alg cipher; member
69728 struct crypto_cipher *cipher; member