mbedtls_ct_uint_ne() function
Boolean "not 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.
![]()
return ~mbedtls_ct_uint_ne(x, y);
mbedtls_ct_uint_ne() is called by 7 functions and calls 2 functions:
![]()
mbedtls_ct_uint_ne()