mbedtls_rsa_rsassa_pss_verify_ext() is only used within mbed TLS Library.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

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

Notes

The \p sig buffer must be as large as the size of \p ctx->N. For example, 128 Bytes if RSA-1024 is used. The \c hash_id set in \p ctx (when calling mbedtls_rsa_init() or by calling mbedtls_rsa_set_padding() afterwards) is ignored.

References

from examples