Searched defs:XtsEncrypter (Results 1 – 1 of 1) sorted by relevance
84 pub struct XtsEncrypter<A: Aes<Key = K::BlockCipherKey>, K: XtsKey> { struct99 impl<A: Aes<Key = K::BlockCipherKey>, K: XtsKey> XtsEncrypter<A, K> { argument291 impl<A: Aes<Key = K::BlockCipherKey>, K: XtsKey + TweakableBlockCipherKey>