mbedtls_ct_bool_ne() function
Boolean not-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.
Notes
This is more efficient than mbedtls_ct_uint_ne if both arguments are mbedtls_ct_condition_t.
![]()
different_sign = mbedtls_ct_bool_ne(X_is_negative, Y_is_negative);
mbedtls_ct_bool_ne() is called by 2 functions:
![]()
mbedtls_ct_bool_ne()