Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/
Dmod.rs119 pub struct DecryptedSection<'adv> { struct
127 impl<'adv> DecryptedSection<'adv> { argument
158 impl<'adv> HasIdentityMatch for DecryptedSection<'adv> { implementation
165 impl<'adv> Section<'adv, DataElementParseError> for DecryptedSection<'adv> { implementation
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/encrypted_section/
Dmod.rs330 DecryptedSection, in try_resolve_identity_and_deserialize()
482 ) -> Result<DecryptedSection, IdentityResolutionOrDeserializationError<MicVerificationError>> in try_resolve_identity_and_deserialize()