Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/
DCHANGELOG.md358 * Added `SslRef::is_init_finished`.
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs3013 pub fn is_init_finished(&self) -> bool { in is_init_finished() method