Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/
H A Ddh.rs18 pub struct Dh<T>; structure names
54 impl Dh<Params> { impls
55 pub fn from_params(p: BigNum, g: BigNum, q: BigNum) -> Result<Dh<Params>, ErrorStack> { in from_params()
65 ) -> Result<Dh<Params>, ErrorStack> { in from_pqg()
67 let dh = Dh::from_ptr(cvt_p(ffi::DH_new())?); in from_pqg()
80 pub fn set_public_key(self, pub_key: BigNum) -> Result<Dh<Public>, ErrorStack> { in set_public_key()
85 Ok(Dh::from_ptr(dh_ptr)) in set_public_key()
90 pub fn set_private_key(self, priv_key: BigNum) -> Result<Dh<Private>, ErrorStack> { in set_private_key()
98 Ok(Dh::from_ptr(dh_ptr)) in set_private_key()
103 pub fn set_key(self, pub_key: BigNum, priv_key: BigNum) -> Result<Dh<Privat
187 impl<T> Dh<T> global() impls
[all...]
H A Dpkey.rs46 use crate::dh::Dh;
178 pub fn dh(&self) -> Result<Dh<T>, ErrorStack> { in dh()
181 Ok(Dh::from_ptr(dh)) in dh()
432 pub fn from_dh(dh: Dh<T>) -> Result<PKey<T>, ErrorStack> { in from_dh()
852 impl<T> TryFrom<Dh<T>> for PKey<T> {
855 fn try_from(dh: Dh<T>) -> Result<PKey<T>, ErrorStack> { in try_from()
860 impl<T> TryFrom<PKey<T>> for Dh<T> {
863 fn try_from(pkey: PKey<T>) -> Result<Dh<T>, ErrorStack> { in try_from()
873 use crate::dh::Dh;
1000 let dh = Dh in test_dh_accessor()
[all...]
/third_party/lame/libmp3lame/i386/
H A Dnasm.h228 times (1 & ge3(($$-%%here) & 15) & ~ge4(($$-%%here) & 15) & ~ge%1(($$-%%here) & 15)) DB 08Dh,004h,020h variable
229 times (1 & ge4(($$-%%here) & 15) & ~ge5(($$-%%here) & 15) & ~ge%1(($$-%%here) & 15)) DB 08Dh,044h,020h,000h variable
230 times (1 & ge5(($$-%%here) & 15) & ~ge6(($$-%%here) & 15) & ~ge%1(($$-%%here) & 15)) DB 08Dh,044h,020h,000h,090h variable
231 times (1 & ge6(($$-%%here) & 15) & ~ge7(($$-%%here) & 15) & ~ge%1(($$-%%here) & 15)) DB 08Dh,080h,0,0,0,0 variable
232 times (1 & ge7(($$-%%here) & 15) & ~ge8(($$-%%here) & 15) & ~ge%1(($$-%%here) & 15)) DB 08Dh,004h,005h,0,0,0,0 variable
233 times (1 & ge8(($$-%%here) & 15) & ~ge9(($$-%%here) & 15) & ~ge%1(($$-%%here) & 15)) DB 08Dh,004h,005h,0,0,0,0,90h variable
240 times (1 & ge15(($$-%%here) & 15) & ~ge16(($$-%%here) & 15) & ~ge%1(($$-%%here) & 15)) DB 0EBh,00Dh,90h,90h,90h,90h,90h,90h,90h,90h,90h,90h,90h,90h,90h variable
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dconnector.rs5 use crate::dh::Dh;
237 let dh = Dh::params_from_pem(FFDHE_2048.as_bytes())?; in mozilla_intermediate_v5()
283 let dh = Dh::params_from_pem(FFDHE_2048.as_bytes())?; in mozilla_intermediate()
H A Dcallbacks.rs18 use crate::dh::Dh;
216 F: Fn(&mut SslRef, bool, u32) -> Result<Dh<Params>, ErrorStack> + 'static + Sync + Send,
271 F: Fn(&mut SslRef, bool, u32) -> Result<Dh<Params>, ErrorStack> + 'static + Sync + Send,
H A Dmod.rs60 use crate::dh::{Dh, DhRef};
861 F: Fn(&mut SslRef, bool, u32) -> Result<Dh<Params>, ErrorStack> + 'static + Sync + Send, in set_tmp_dh_callback()
2392 F: Fn(&mut SslRef, bool, u32) -> Result<Dh<Params>, ErrorStack> + 'static + Sync + Send, in fmt()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs17 use crate::dh::Dh;
928 Dh::params_from_pem(dh) in tmp_dh_callback()
977 Dh::params_from_pem(dh) in tmp_dh_callback_ssl()

Completed in 18 milliseconds