Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs2091 impl Clone for SslSession { implementation
2092 fn clone(&self) -> SslSession { in clone()
2097 impl SslSession { implementation
2110 fn to_owned(&self) -> SslSession { in to_owned()