Searched refs:with_tls_ctx (Results 1 – 1 of 1) sorted by relevance
741 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