Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/
H A Ddsa.rs393 /// use openssl::dsa::{Dsa, DsaSig};
415 /// let signature = DsaSig::from_der(&signature).unwrap();
422 /// let signature = DsaSig::from_private_components(r, s).unwrap();
431 pub struct DsaSig; structure names
433 /// Reference to a [`DsaSig`].
437 impl DsaSig { impls
438 /// Returns a new `DsaSig` by setting the `r` and `s` values associated with an DSA signature.
445 Ok(DsaSig::from_ptr(sig)) in from_private_components()
453 DsaSig,
458 impl fmt::Debug for DsaSig {
[all...]

Completed in 2 milliseconds