Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt/src/
Dlib.rs41 pub struct LdtEncryptCipher<const B: usize, T: TweakableBlockCipher<B>, M: Mix> { struct
48 impl<const B: usize, T: TweakableBlockCipher<B>, M: Mix> LdtCipher<B, T>
49 for LdtEncryptCipher<B, T, M> argument
62 impl<const B: usize, T: TweakableBlockCipher<B>, M: Mix> LdtEncryptCipher<B, T, M> { implementation