Home
last modified time | relevance | path

Searched refs:ConfMethod (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
H A Dconf.rs18 pub struct ConfMethod(*mut ffi::CONF_METHOD); structure names
20 impl ConfMethod { impls
24 pub fn default() -> ConfMethod { in default()
29 ConfMethod(ffi::NCONF_default()) in default()
38 pub unsafe fn from_ptr(ptr: *mut ffi::CONF_METHOD) -> ConfMethod { in from_ptr()
39 ConfMethod(ptr) in from_ptr()
54 /// use openssl::conf::{Conf, ConfMethod};
56 /// let conf = Conf::new(ConfMethod::default());
59 pub fn new(method: ConfMethod) -> Result<Conf, ErrorStack> { in new()

Completed in 1 milliseconds