Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/beto-rust/nearby/presence/xts_aes/src/
Dlib.rs92 pub struct XtsDecrypter<A: Aes<Key = K::BlockCipherKey>, K: XtsKey> { struct
93 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> { implementation
314 impl<A: Aes<Key = K::BlockCipherKey>, K: XtsKey + TweakableBlockCipherKey>