pub struct DH {
pub pad: c_int,
pub version: c_int,
pub p: *mut BIGNUM,
pub g: *mut BIGNUM,
pub length: c_long,
pub pub_key: *mut BIGNUM,
pub priv_key: *mut BIGNUM,
pub flags: c_int,
pub method_mont_p: *mut BN_MONT_CTX,
pub q: *mut BIGNUM,
pub j: *mut BIGNUM,
pub seed: *mut c_uchar,
pub seedlen: c_int,
pub counter: *mut BIGNUM,
pub references: c_int,
pub ex_data: CRYPTO_EX_DATA,
pub meth: *const DH_METHOD,
pub engine: *mut ENGINE,
}
Fields
pad: c_int
version: c_int
p: *mut BIGNUM
g: *mut BIGNUM
length: c_long
pub_key: *mut BIGNUM
priv_key: *mut BIGNUM
flags: c_int
method_mont_p: *mut BN_MONT_CTX
q: *mut BIGNUM
j: *mut BIGNUM
seed: *mut c_uchar
seedlen: c_int
counter: *mut BIGNUM
references: c_int
ex_data: CRYPTO_EX_DATA
meth: *const DH_METHOD
engine: *mut ENGINE