Type Alias boring_sys_imp::DH
source · pub type DH = dh_st;Aliased Type§
struct DH {Show 14 fields
pub p: *mut bignum_st,
pub g: *mut bignum_st,
pub pub_key: *mut bignum_st,
pub priv_key: *mut bignum_st,
pub priv_length: u32,
pub method_mont_p_lock: crypto_mutex_st,
pub method_mont_p: *mut bn_mont_ctx_st,
pub q: *mut bignum_st,
pub j: *mut bignum_st,
pub seed: *mut u8,
pub seedlen: i32,
pub counter: *mut bignum_st,
pub flags: i32,
pub references: u32,
}Fields§
§p: *mut bignum_st§g: *mut bignum_st§pub_key: *mut bignum_st§priv_key: *mut bignum_st§priv_length: u32§method_mont_p_lock: crypto_mutex_st§method_mont_p: *mut bn_mont_ctx_st§q: *mut bignum_st§j: *mut bignum_st§seed: *mut u8§seedlen: i32§counter: *mut bignum_st§flags: i32§references: u32