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

Return value

\c 0 if successful. #MBEDTLS_ERR_MPI_BAD_INPUT_DATA if all the parameters do not have the same number of limbs or \p N is invalid. #MBEDTLS_ERR_MPI_ALLOC_FAILED on memory-allocation failure.

Notes

Currently handles the case when `N->int_rep` is MBEDTLS_MPI_MOD_REP_MONTGOMERY.

References