Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/section/intermediate/
Dmod.rs58 ArrayVecOption<IntermediateSection, NP_V1_ADV_MAX_ENCRYPTED_SECTION_COUNT>, in parse_sections()
90 pub(crate) enum IntermediateSection<'a> { enum
97 impl<'a> IntermediateSection<'a> { impl
111 ) -> impl Fn(&'a [u8]) -> nom::IResult<&[u8], IntermediateSection> { in parser_encrypted_with_header() argument
Dtests.rs657 impl<'adv> IntermediateSectionExt<'adv> for IntermediateSection<'adv> { implementation
709 impl<'a> From<SignatureEncryptedSection<'a>> for IntermediateSection<'a> { implementation
715 impl<'a> From<MicEncryptedSection<'a>> for IntermediateSection<'a> { implementation
721 impl<'a> From<PlaintextSection<'a>> for IntermediateSection<'a> { implementation