Home
last modified time | relevance | path

Searched defs:XtsEncrypter (Results 1 – 1 of 1) sorted by relevance

/external/rust/beto-rust/nearby/presence/xts_aes/src/
Dlib.rs84 pub struct XtsEncrypter<A: Aes<Key = K::BlockCipherKey>, K: XtsKey> { struct
99 impl<A: Aes<Key = K::BlockCipherKey>, K: XtsKey> XtsEncrypter<A, K> { argument
291 impl<A: Aes<Key = K::BlockCipherKey>, K: XtsKey + TweakableBlockCipherKey>