mbedtls_rsa_pkcs1_verify() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

\c 0 if the verify operation was successful. An \c MBEDTLS_ERR_RSA_XXX error code on failure.

Notes

For PKCS#1 v2.1 encoding, see comments on mbedtls_rsa_rsassa_pss_verify() about \c md_alg and \c hash_id.

References