Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt/src/
Dlib.rs87 pub struct LdtDecryptCipher<const B: usize, T: TweakableBlockCipher<B>, M: Mix> { struct
94 impl<const B: usize, T: TweakableBlockCipher<B>, M: Mix> LdtDecryptCipher<B, T, M> { argument
116 impl<const B: usize, T: TweakableBlockCipher<B>, M: Mix> LdtCipher<B, T>