mbedtls_rsa_deduce_private_exponent() is only used within mbedTLS.
 
Symbols
loading (1/5)...
Files
loading (2/5)...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

- 0 if successful. In this case, D is set to a simultaneous modular inverse of E modulo both P-1 and Q-1. - A non-zero error code otherwise.

Notes

This is a 'static' helper function not operating on an RSA context. Alternative implementations need not overwrite it. This function does not check whether P and Q are primes.

References