Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dlib.rs741 Self::with_tls_ctx(version, tls::Context::new()?) in new()
755 Self::with_tls_ctx(version, tls::Context::from_boring(tls_ctx)) in with_boring_ssl_ctx()
758 fn with_tls_ctx(version: u32, tls_ctx: tls::Context) -> Result<Config> { in with_tls_ctx() method