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

Return value

\c 0 if successful. #MBEDTLS_ERR_MPI_ALLOC_FAILED if a memory allocation failed. #MBEDTLS_ERR_MPI_BAD_INPUT_DATA if \p N is less than or equal to one. #MBEDTLS_ERR_MPI_NOT_ACCEPTABLE if \p has no modular inverse with respect to \p N.

References

from examples