mbedtls_ct_uint_eq() function
Boolean "equals" 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_eq() is called by 8 functions and calls 1 function:
![]()
mbedtls_ct_uint_eq()