Searched refs:Dsa (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/openssl/src/ |
D | dsa.rs | 57 pub struct Dsa<T>; 64 impl<T> Clone for Dsa<T> { implementation 65 fn clone(&self) -> Dsa<T> { in clone() 71 type Owned = Dsa<T>; 73 fn to_owned(&self) -> Dsa<T> { in to_owned() 76 Dsa::from_ptr(self.as_ptr()) in to_owned() 186 impl Dsa<Private> { implementation 196 pub fn generate(bits: u32) -> Result<Dsa<Private>, ErrorStack> { in generate() 199 let dsa = Dsa::from_ptr(cvt_p(ffi::DSA_new())?); in generate() 225 ) -> Result<Dsa<Private>, ErrorStack> { in from_private_components() [all …]
|
D | pkey.rs | 47 use crate::dsa::Dsa; 165 pub fn dsa(&self) -> Result<Dsa<T>, ErrorStack> { in dsa() 168 Ok(Dsa::from_ptr(dsa)) in dsa() 402 pub fn from_dsa(dsa: Dsa<T>) -> Result<PKey<T>, ErrorStack> { in from_dsa() 829 impl<T> TryFrom<Dsa<T>> for PKey<T> { 832 fn try_from(dsa: Dsa<T>) -> Result<PKey<T>, ErrorStack> { in try_from() 837 impl<T> TryFrom<PKey<T>> for Dsa<T> { implementation 840 fn try_from(pkey: PKey<T>) -> Result<Dsa<T>, ErrorStack> { in try_from() 867 use crate::dsa::Dsa; 974 let dsa = Dsa::generate(2048).unwrap(); in test_dsa_accessor() [all …]
|
/external/rust/crates/openssl/ |
D | CHANGELOG.md | 342 * Implemented `Clone` for `Dsa`. 426 * Added `Dsa::from_private_components` and `Dsa::from_public_components`. 627 `Dh`, `Dsa`, `EcKey`, `Rsa`, and `PKey` have a type parameter set to one of those values. This
|
/external/rust/crates/openssl/patches/ |
D | 0001-cfgs.diff | 95 use crate::dsa::Dsa;
|
/external/rust/beto-rust/nearby/scripts/openssl-patches/ |
D | 0001-Apply-Android-changes.patch | 319 use crate::dsa::Dsa;
|
/external/mesa3d/src/freedreno/.gitlab-ci/traces/ |
D | crash.devcore | 2407 …Dsa#630hbddHl2I!f;EQb[>PMe2t(P+!6X!G$PQJ]$`^E#!SJE8Og1Ipr^/Q?-?n^HB;tp/_f"qL:"(U)[\="E6B90D@(BPEtH…
|