Home
last modified time | relevance | path

Searched refs:SAMPLE_LEN (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/ring/src/aead/
Dquic.rs65 let sample = <&[u8; SAMPLE_LEN]>::try_from(sample)?;
78 const SAMPLE_LEN: usize = super::TAG_LEN; constant
81 pub type Sample = [u8; SAMPLE_LEN];
110 SAMPLE_LEN in sample_len()
/external/rust/crates/quiche/src/
Dpacket.rs51 const SAMPLE_LEN: usize = 16; constant
431 let mut pn_and_sample = b.peek_bytes_mut(MAX_PKT_NUM_LEN + SAMPLE_LEN)?; in decrypt_hdr()