mbedtls_rsa_private() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

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 exponentation and the exponent are blinded, providing protection against some side-channel attacks.

References

from examples