Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkey_ctx.rs10 //! use openssl::pkey_ctx::PkeyCtx;
15 //! let mut ctx = PkeyCtx::new(&key).unwrap();
29 use openssl::pkey_ctx::PkeyCtx;
33 let mut ctx = PkeyCtx::new_id(Id::CMAC).unwrap();
45 //! use openssl::pkey_ctx::PkeyCtx;
56 //! let mut ctx = PkeyCtx::new(&key).unwrap();
62 //! let mut ctx = PkeyCtx::new(&key).unwrap();
113 pub struct PkeyCtx<T>; structure names
114 /// A reference to a [`PkeyCtx`].
118 impl<T> PkeyCtx< impls
130 impl PkeyCtx<()> { global() impls
[all...]
H A Dmd_ctx.rs144 /// A reference to the context's inner `PkeyCtx` is returned, allowing signature settings to be configured.
170 /// A reference to the context's inner `PkeyCtx` is returned, allowing signature settings to be configured.
H A Dpkey.rs51 use crate::pkey_ctx::PkeyCtx;
486 let mut ctx = PkeyCtx::new_id(Id::CMAC)?; in cmac()
495 let mut ctx = PkeyCtx::new_id(id)?; in generate_eddsa()

Completed in 3 milliseconds