Searched defs:XtsDecrypter (Results 1 – 1 of 1) sorted by relevance
92 pub struct XtsDecrypter<A: Aes<Key = K::BlockCipherKey>, K: XtsKey> { struct93 main_decryption_cipher: A::DecryptCipher,94 tweak_encryption_cipher: A::EncryptCipher,95 _marker: PhantomData<K>,184 impl<A: Aes<Key = K::BlockCipherKey>, K: XtsKey> XtsDecrypter<A, K> { implementation314 impl<A: Aes<Key = K::BlockCipherKey>, K: XtsKey + TweakableBlockCipherKey>