Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs333 pub struct SslMethod(*const ffi::SSL_METHOD); struct
335 impl SslMethod { implementation
365 pub unsafe fn from_ptr(ptr: *const ffi::SSL_METHOD) -> SslMethod { in from_ptr()
376 unsafe impl Sync for SslMethod {} implementation
377 unsafe impl Send for SslMethod {} implementation