mbedtls_ct_bool_ne() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferencesCall Tree

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.

References