Home
last modified time | relevance | path

Searched refs:try_get_hostname_idx (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dconnector.rs410 let hostname_idx = verify::try_get_hostname_idx()?; in setup_verify_hostname()
432 pub fn try_get_hostname_idx() -> Result<&'static Index<Ssl, String>, ErrorStack> { in try_get_hostname_idx() functions
442 try_get_hostname_idx().expect("failed to initialize hostname index"); in try_get_hostname_idx()

Completed in 2 milliseconds