Lines Matching refs:if0
254 * condition ? if1 : if0.
258 * \param if0 Value to use if \p condition == MBEDTLS_CT_FALSE.
260 * \return \c if1 if \p condition == MBEDTLS_CT_TRUE, otherwise \c if0.
264 size_t if0);
270 * condition ? if1 : if0.
274 * \param if0 Value to use if \p condition == MBEDTLS_CT_FALSE.
276 * \return \c if1 if \p condition == MBEDTLS_CT_TRUE, otherwise \c if0.
280 unsigned if0);
286 * condition ? if1 : if0.
290 * \param if0 Value to use if \p condition == MBEDTLS_CT_FALSE.
292 * \return \c if1 if \p condition == MBEDTLS_CT_TRUE, otherwise \c if0.
296 mbedtls_ct_condition_t if0);
304 * condition ? if1 : if0.
308 * \param if0 Value to use if \p condition == MBEDTLS_CT_FALSE.
310 * \return \c if1 if \p condition == MBEDTLS_CT_TRUE, otherwise \c if0.
314 mbedtls_mpi_uint if0);
406 * condition ? if1 : if0.
410 * \param if0 Value to use if \p condition == MBEDTLS_CT_FALSE.
412 * \return \c if1 if \p condition == MBEDTLS_CT_TRUE, otherwise \c if0.
414 static inline int mbedtls_ct_error_if(mbedtls_ct_condition_t condition, int if1, int if0);