pub type RSA_PSS_PARAMS = rsa_pss_params_st;
Aliased Type§
struct RSA_PSS_PARAMS {
pub hashAlgorithm: *mut X509_algor_st,
pub maskGenAlgorithm: *mut X509_algor_st,
pub saltLength: *mut asn1_string_st,
pub trailerField: *mut asn1_string_st,
pub maskHash: *mut X509_algor_st,
}
Fields§
§hashAlgorithm: *mut X509_algor_st
§maskGenAlgorithm: *mut X509_algor_st
§saltLength: *mut asn1_string_st
§trailerField: *mut asn1_string_st
§maskHash: *mut X509_algor_st
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 more