Searched defs:cipher (Results 1 – 11 of 11) sorted by relevance
113 let cipher = Aes128Gcm::new(key[..self.key_size()].try_into()?); in seal() localVariable117 let cipher = Aes256Gcm::new(key[..self.key_size()].try_into()?); in seal() localVariable121 let cipher = Chacha20Poly1305::new(key[..self.key_size()].try_into()?); in seal() localVariable155 let cipher = Aes128Gcm::new(key[..self.key_size()].try_into()?); in open() localVariable161 let cipher = Aes256Gcm::new(key[..self.key_size()].try_into()?); in open() localVariable167 let cipher = Chacha20Poly1305::new(key[..self.key_size()].try_into()?); in open() localVariable
23 pub mod cipher; module
39 let cipher = Cipher::des_ede3(); in begin() localVariable52 let cipher = Cipher::des_ede3_cbc(); in begin() localVariable
44 let cipher = Cipher::aes_256_gcm(); in encrypt() localVariable67 let cipher = Cipher::aes_256_gcm(); in decrypt() localVariable
64 const EVP_CIPHER* cipher = EVP_aes_256_gcm(); in getAesCipherForKey() local92 const EVP_CIPHER* cipher = getAesCipherForKey(key_size); in AES_gcm_encrypt() local128 const EVP_CIPHER* cipher = getAesCipherForKey(key_size); in AES_gcm_decrypt() local
271 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()
154 Cipher cipher = Cipher.getInstance(epkInfo.getAlgName()); in decryptPrivateKey() local
61 struct CryptoType cipher = invalid_crypto_type; member
234 const EVP_CIPHER* cipher = in InitializeCipher() local
21150 struct cipher_alg cipher; member59998 struct crypto_cipher *cipher; member
30636 struct cipher_alg cipher; member69728 struct crypto_cipher *cipher; member