Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crates/openssl/src/ssl/
Dmod.rs640 pub struct SslVersion(c_int); struct
642 impl SslVersion { implementation
1189 pub fn min_proto_version(&mut self) -> Option<SslVersion> { in min_proto_version()
1208 pub fn max_proto_version(&mut self) -> Option<SslVersion> { in max_proto_version()
2232 pub fn protocol_version(&self) -> SslVersion { in protocol_version()
2619 pub fn version2(&self) -> Option<SslVersion> { in version2()
3084 pub fn client_hello_legacy_version(&self) -> Option<SslVersion> { in client_hello_legacy_version()