Searched refs:DecryptionCipher (Results 1 – 4 of 4) sorted by relevance
88 cipher_1: T::DecryptionCipher,89 cipher_2: T::DecryptionCipher,123 cipher_1: T::DecryptionCipher::new(&key.key_1), in new()124 cipher_2: T::DecryptionCipher::new(&key.key_2), in new()
33 <XtsAes128<RustCrypto> as ldt_tbc::TweakableBlockCipher<16>>::DecryptionCipher::new( in test()
31 type DecryptionCipher: TweakableBlockCipherDecrypter<B, Key = Self::Key, Tweak = Self::Tweak>; typedef
71 type DecryptionCipher = XtsDecrypter<A, K>; typedef