Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crates/openssl/src/ssl/
Dmod.rs340 pub struct SslMethod(*const ffi::SSL_METHOD); struct
342 impl SslMethod { impl
372 pub unsafe fn from_ptr(ptr: *const ffi::SSL_METHOD) -> SslMethod { in from_ptr()
383 unsafe impl Sync for SslMethod {} implementation
384 unsafe impl Send for SslMethod {} implementation