Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/
H A Dmd_ctx.rs87 use crate::pkey_ctx::PkeyCtxRef;
151 ) -> Result<&'a mut PkeyCtxRef<T>, ErrorStack> in digest_sign_init()
164 Ok(PkeyCtxRef::from_ptr_mut(p)) in digest_sign_init()
177 ) -> Result<&'a mut PkeyCtxRef<T>, ErrorStack> in digest_verify_init()
190 Ok(PkeyCtxRef::from_ptr_mut(p)) in digest_verify_init()
H A Dpkey_ctx.rs88 /// This is the default mode. Calling [`derive`][PkeyCtxRef::derive] on a [`PkeyCtxRef`] set up
94 /// In this mode calling [`derive`][PkeyCtxRef::derive] will just perform the extract operation.
100 /// In this mode calling [`derive`][PkeyCtxRef::derive] will just perform the expand operation.
115 pub struct PkeyCtxRef<T>; structure names
142 impl<T> PkeyCtxRef<T> impls
274 impl<T> PkeyCtxRef<T> impls
381 impl<T> PkeyCtxRef<T> { impls

Completed in 3 milliseconds