mbedtls_ct_bool_and() function
Boolean "and" 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_and() is called by 7 functions:
![]()
mbedtls_ct_bool_and()