#[repr(C)]pub struct mbedtls_pk_rsassa_pss_options {
pub mgf1_hash_id: mbedtls_md_type_t,
pub expected_salt_len: c_int,
}
Expand description
\brief Options for RSASSA-PSS signature verification. See \c mbedtls_rsa_rsassa_pss_verify_ext()
Fields§
§mgf1_hash_id: mbedtls_md_type_t
The digest to use for MGF1 in PSS.
\note When #MBEDTLS_USE_PSA_CRYPTO is enabled and #MBEDTLS_RSA_C is disabled, this must be equal to the \c md_alg argument passed to mbedtls_pk_verify_ext(). In a future version of the library, this constraint may apply whenever #MBEDTLS_USE_PSA_CRYPTO is enabled regardless of the status of #MBEDTLS_RSA_C.
expected_salt_len: c_int
The expected length of the salt, in bytes. This may be #MBEDTLS_RSA_SALT_LEN_ANY to accept any salt length.
\note When #MBEDTLS_USE_PSA_CRYPTO is enabled, only #MBEDTLS_RSA_SALT_LEN_ANY is valid. Any other value may be ignored (allowing any salt length).
Trait Implementations§
source§impl Clone for mbedtls_pk_rsassa_pss_options
impl Clone for mbedtls_pk_rsassa_pss_options
source§fn clone(&self) -> mbedtls_pk_rsassa_pss_options
fn clone(&self) -> mbedtls_pk_rsassa_pss_options
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for mbedtls_pk_rsassa_pss_options
impl Debug for mbedtls_pk_rsassa_pss_options
source§impl Default for mbedtls_pk_rsassa_pss_options
impl Default for mbedtls_pk_rsassa_pss_options
impl Copy for mbedtls_pk_rsassa_pss_options
Auto Trait Implementations§
impl Freeze for mbedtls_pk_rsassa_pss_options
impl RefUnwindSafe for mbedtls_pk_rsassa_pss_options
impl Send for mbedtls_pk_rsassa_pss_options
impl Sync for mbedtls_pk_rsassa_pss_options
impl Unpin for mbedtls_pk_rsassa_pss_options
impl UnwindSafe for mbedtls_pk_rsassa_pss_options
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)