Home
last modified time | relevance | path

Searched refs:if0 (Results 1 - 2 of 2) sorted by relevance

/third_party/mbedtls/library/
H A Dconstant_time_impl.h222 mbedtls_ct_uint_t if0) in mbedtls_ct_if()
227 "and %x[condition], %x[condition], %x[if0] \n\t" in mbedtls_ct_if()
233 [if0] "r" (if0) in mbedtls_ct_if()
241 "ands %[condition], %[condition], %[if0] \n\t" in mbedtls_ct_if()
248 [if0] "l" (if0) in mbedtls_ct_if()
256 "and %[condition], %[if0] \n\t" in mbedtls_ct_if()
257 "or %[if1], %[if0] \n\t" in mbedtls_ct_if()
261 [if0] " in mbedtls_ct_if()
220 mbedtls_ct_if(mbedtls_ct_condition_t condition, mbedtls_ct_uint_t if1, mbedtls_ct_uint_t if0) mbedtls_ct_if() argument
426 mbedtls_ct_size_if(mbedtls_ct_condition_t condition, size_t if1, size_t if0) mbedtls_ct_size_if() argument
433 mbedtls_ct_uint_if(mbedtls_ct_condition_t condition, unsigned if1, unsigned if0) mbedtls_ct_uint_if() argument
440 mbedtls_ct_bool_if(mbedtls_ct_condition_t condition, mbedtls_ct_condition_t if1, mbedtls_ct_condition_t if0) mbedtls_ct_bool_if() argument
450 mbedtls_ct_mpi_uint_if(mbedtls_ct_condition_t condition, mbedtls_mpi_uint if1, mbedtls_mpi_uint if0) mbedtls_ct_mpi_uint_if() argument
487 mbedtls_ct_error_if(mbedtls_ct_condition_t condition, int if1, int if0) mbedtls_ct_error_if() argument
[all...]
H A Dconstant_time_internal.h254 * 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 Valu
[all...]

Completed in 2 milliseconds