Searched refs:pn_and_sample (Results 1 – 1 of 1) sorted by relevance
431 let mut pn_and_sample = b.peek_bytes_mut(MAX_PKT_NUM_LEN + SAMPLE_LEN)?; in decrypt_hdr() localVariable433 let (mut ciphertext, sample) = pn_and_sample.split_at(MAX_PKT_NUM_LEN)?; in decrypt_hdr()