Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/
H A Dprovider.rs2 use crate::lib_ctx::LibCtxRef;
28 pub fn load(ctx: Option<&LibCtxRef>, name: &str) -> Result<Self, ErrorStack> { in load()
46 ctx: Option<&LibCtxRef>, in try_load()
67 pub fn set_default_search_path(ctx: Option<&LibCtxRef>, path: &str) -> Result<(), ErrorStack> { in set_default_search_path()
H A Dlib_ctx.rs11 pub struct LibCtxRef; structure names
H A Dmd.rs8 use crate::lib_ctx::LibCtxRef;
99 ctx: Option<&LibCtxRef>, in fetch()
H A Dcipher.rs8 use crate::lib_ctx::LibCtxRef;
138 ctx: Option<&LibCtxRef>, in fetch()

Completed in 3 milliseconds