Searched defs:XtsDecrypter (Results 1 – 1 of 1) sorted by relevance
97 pub struct XtsDecrypter<A: Aes<Key = K::BlockCipherKey>, K: XtsKey> { struct98 main_decryption_cipher: A::DecryptCipher,99 tweak_encryption_cipher: A::EncryptCipher,100 _marker: PhantomData<K>,187 impl<A: Aes<Key = K::BlockCipherKey>, K: XtsKey> XtsDecrypter<A, K> { implementation297 impl<A: Aes<Key = K::BlockCipherKey>, K: XtsKey + TweakableBlockCipherKey>