Searched defs:SectionMic (Results 1 – 2 of 2) sorted by relevance
450 pub(crate) struct SectionMic { struct454 impl SectionMic { implementation459 impl From<[u8; 16]> for SectionMic { implementation465 impl TryFrom<&[u8]> for SectionMic { implementation
113 fn split_at_mic(contents: &[u8]) -> Option<(&[u8], SectionMic)> { in parser_encrypted_with_header() argument