mbed TLS v1.3.14
Data Fields
pk_rsassa_pss_options Struct Reference

Options for RSASSA-PSS signature verification. More...

#include <pk.h>

Data Fields

md_type_t mgf1_hash_id
 
int expected_salt_len
 

Detailed Description

Options for RSASSA-PSS signature verification.

See rsa_rsassa_pss_verify_ext()

Definition at line 106 of file pk.h.

Field Documentation

int pk_rsassa_pss_options::expected_salt_len

Definition at line 109 of file pk.h.

md_type_t pk_rsassa_pss_options::mgf1_hash_id

Definition at line 108 of file pk.h.


The documentation for this struct was generated from the following file: