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

Return value

0 if successful. #MBEDTLS_ERR_MPI_ALLOC_FAILED if there is not enough space to store the value of Montgomery constant squared. #MBEDTLS_ERR_MPI_DIVISION_BY_ZERO if \p N modulus is zero. #MBEDTLS_ERR_MPI_NEGATIVE_VALUE if \p N modulus is negative.

References