Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/serialize/section/
Dencoder.rs195 pub struct MicEncryptedSectionEncoder<S> { struct
202 impl<S: MicSectionEncoderSalt> MicEncryptedSectionEncoder<S> { argument
229 impl MicEncryptedSectionEncoder<ExtendedV1Salt> { implementation
240 impl MicEncryptedSectionEncoder<MultiSalt> { impl
254 impl<S: MicSectionEncoderSalt> SectionEncoder for MicEncryptedSectionEncoder<S> { implementation