mbed TLS v2.2.0
Data Fields
mbedtls_pk_rsassa_pss_options Struct Reference

Detailed Description

Options for RSASSA-PSS signature verification.

See mbedtls_rsa_rsassa_pss_verify_ext()

Definition at line 88 of file pk.h.

#include <pk.h>

Data Fields

mbedtls_md_type_t mgf1_hash_id
 
int expected_salt_len
 

Field Documentation

int mbedtls_pk_rsassa_pss_options::expected_salt_len

Definition at line 91 of file pk.h.

mbedtls_md_type_t mbedtls_pk_rsassa_pss_options::mgf1_hash_id

Definition at line 90 of file pk.h.


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