mbedtls_ct_bool_or() function
Boolean "or" 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_bool_or() is called by 9 functions:
![]()
mbedtls_ct_bool_or()