Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dtls.rs436 self.set_quic_early_data_context(b"quiche")?; in init()
475 pub fn set_quic_early_data_context(&mut self, context: &[u8]) -> Result<()> { in set_quic_early_data_context() method