Searched defs:LdtEncryptCipher (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt/src/ |
D | lib.rs | 41 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
|