#[repr(C)]
pub struct rsa_st {Show 28 fields
pub meth: *mut RSA_METHOD,
pub n: *mut BIGNUM,
pub e: *mut BIGNUM,
pub d: *mut BIGNUM,
pub p: *mut BIGNUM,
pub q: *mut BIGNUM,
pub dmp1: *mut BIGNUM,
pub dmq1: *mut BIGNUM,
pub iqmp: *mut BIGNUM,
pub pss: *mut RSASSA_PSS_PARAMS,
pub ex_data: CRYPTO_EX_DATA,
pub references: CRYPTO_refcount_t,
pub flags: c_int,
pub lock: CRYPTO_MUTEX,
pub mont_n: *mut BN_MONT_CTX,
pub mont_p: *mut BN_MONT_CTX,
pub mont_q: *mut BN_MONT_CTX,
pub d_fixed: *mut BIGNUM,
pub dmp1_fixed: *mut BIGNUM,
pub dmq1_fixed: *mut BIGNUM,
pub inv_small_mod_large_mont: *mut BIGNUM,
pub num_blindings: usize,
pub blindings: *mut *mut BN_BLINDING,
pub blindings_inuse: *mut c_uchar,
pub blinding_fork_generation: u64,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: [u8; 7],
}
Performs copy-assignment from
source.
Read more
Returns the “default value” for a type.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U chooses to do.
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning.
Read more
Uses borrowed data to replace owned data, usually by cloning.
Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.