Home
last modified time | relevance | path

Searched defs:SslOptions (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/crates/openssl/src/ssl/
Dmod.rs1124 pub fn set_options(&mut self, option: SslOptions) -> SslOptions { in set_options()
1132 pub fn options(&self) -> SslOptions { in options()
1139 pub fn clear_options(&mut self, option: SslOptions) -> SslOptions { in clear_options()