mbedtls_rsa_private() is only used within mbedTLS.
 
Symbols
loading (4/5)...
Files
loading (4/5)...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

\c 0 on success. An \c MBEDTLS_ERR_RSA_XXX error code on failure.

Notes

Blinding is used if and only if a PRNG is provided. If blinding is used, both the base of exponentiation and the exponent are blinded, providing protection against some side-channel attacks.

References