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

Return value

0 on success, 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, Q are prime and whether D is a valid private exponent.

References