mbedtls_ct_uint_ge() function
Boolean "greater or equal" operation. Functionally equivalent to: \p x >= \p y
Arguments
x
The first value to analyze.
y
The second value to analyze.
Return value
MBEDTLS_CT_TRUE if \p x >= \p y, otherwise MBEDTLS_CT_FALSE.
mbedtls_ct_uint_ge() is called by 4 functions and calls 1 function:
![]()
mbedtls_ct_uint_ge()