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

Return value

\c 0 if successful. #MBEDTLS_ERR_MPI_ALLOC_FAILED if memory allocation failed. Another negative error code on other kinds of failure.

Notes

The limb-buffer in the destination MPI is enlarged if necessary to hold the value in the source MPI.

References

from examples