#[repr(C)]pub struct rsa_pss_params_st {
pub hashAlgorithm: *mut X509_ALGOR,
pub maskGenAlgorithm: *mut X509_ALGOR,
pub saltLength: *mut ASN1_INTEGER,
pub trailerField: *mut ASN1_INTEGER,
pub maskHash: *mut X509_ALGOR,
}
Fields§
§hashAlgorithm: *mut X509_ALGOR
§maskGenAlgorithm: *mut X509_ALGOR
§saltLength: *mut ASN1_INTEGER
§trailerField: *mut ASN1_INTEGER
§maskHash: *mut X509_ALGOR
Trait Implementations§
Source§impl Clone for rsa_pss_params_st
impl Clone for rsa_pss_params_st
Source§fn clone(&self) -> rsa_pss_params_st
fn clone(&self) -> rsa_pss_params_st
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for rsa_pss_params_st
impl Debug for rsa_pss_params_st
Source§impl Default for rsa_pss_params_st
impl Default for rsa_pss_params_st
Source§impl PartialEq for rsa_pss_params_st
impl PartialEq for rsa_pss_params_st
impl Copy for rsa_pss_params_st
impl Eq for rsa_pss_params_st
impl StructuralPartialEq for rsa_pss_params_st
Auto Trait Implementations§
impl Freeze for rsa_pss_params_st
impl RefUnwindSafe for rsa_pss_params_st
impl !Send for rsa_pss_params_st
impl !Sync for rsa_pss_params_st
impl Unpin for rsa_pss_params_st
impl UnwindSafe for rsa_pss_params_st
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more