mbedtls_mpi_mod_int() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

\c 0 if successful. #MBEDTLS_ERR_MPI_ALLOC_FAILED if a memory allocation failed. #MBEDTLS_ERR_MPI_DIVISION_BY_ZERO if \p b equals zero. #MBEDTLS_ERR_MPI_NEGATIVE_VALUE if \p b is negative. Another negative error code on different kinds of failure.

References

from examples