Searched refs:EncryptionCipher (Results 1 – 4 of 4) sorted by relevance
42 cipher_1: T::EncryptionCipher,43 cipher_2: T::EncryptionCipher,55 cipher_1: T::EncryptionCipher::new(&key.key_1), in new()56 cipher_2: T::EncryptionCipher::new(&key.key_2), in new()
29 <XtsAes128<RustCrypto> as ldt_tbc::TweakableBlockCipher<16>>::EncryptionCipher::new( in test()
28 type EncryptionCipher: TweakableBlockCipherEncrypter<B, Key = Self::Key, Tweak = Self::Tweak>; typedef
70 type EncryptionCipher = XtsEncrypter<A, K>; typedef