Searched refs:SAMPLE_LEN (Results 1 – 2 of 2) sorted by relevance
65 let sample = <&[u8; SAMPLE_LEN]>::try_from(sample)?;78 const SAMPLE_LEN: usize = super::TAG_LEN; constant81 pub type Sample = [u8; SAMPLE_LEN];110 SAMPLE_LEN in sample_len()
51 const SAMPLE_LEN: usize = 16; constant431 let mut pn_and_sample = b.peek_bytes_mut(MAX_PKT_NUM_LEN + SAMPLE_LEN)?; in decrypt_hdr()