Searched defs:IntermediateSection (Results 1 – 2 of 2) sorted by relevance
58 ArrayVecOption<IntermediateSection, NP_V1_ADV_MAX_ENCRYPTED_SECTION_COUNT>, in parse_sections()90 pub(crate) enum IntermediateSection<'a> { enum97 impl<'a> IntermediateSection<'a> { impl111 ) -> impl Fn(&'a [u8]) -> nom::IResult<&[u8], IntermediateSection> { in parser_encrypted_with_header() argument
657 impl<'adv> IntermediateSectionExt<'adv> for IntermediateSection<'adv> { implementation709 impl<'a> From<SignatureEncryptedSection<'a>> for IntermediateSection<'a> { implementation715 impl<'a> From<MicEncryptedSection<'a>> for IntermediateSection<'a> { implementation721 impl<'a> From<PlaintextSection<'a>> for IntermediateSection<'a> { implementation