mbedtls_mpi_core_uint_le_mpi() function
Compare a machine integer with an MPI. This function operates in constant time with respect to the values of \p min and \p A.
Arguments
A_limbs
The number of limbs of \p A. This must be at least 1.
Return value
MBEDTLS_CT_TRUE if \p min is less than or equal to \p A, otherwise MBEDTLS_CT_FALSE.
![]()
ge_lower = mbedtls_mpi_core_uint_le_mpi(min, X, limbs);
mbedtls_mpi_core_uint_le_mpi() is called by 1 function and calls 4 functions:
![]()
mbedtls_mpi_core_uint_le_mpi()
mbedtls_mpi_core_uint_le_mpi():
![]()
mbedtls_mpi_core_uint_le_mpi()