Searched refs:constant_time_is_zero_s (Results 1 – 3 of 3) sorted by relevance
217 static ossl_inline size_t constant_time_is_zero_s(size_t a) in constant_time_is_zero_s() function245 return constant_time_is_zero_s(a ^ b); in constant_time_eq_s()468 mask = (unsigned char)constant_time_is_zero_s(idx); in constant_time_lookup()
149 if (a == 0 && !TEST_size_t_eq(constant_time_is_zero_s(a), CONSTTIME_TRUE_S)) in test_is_zero_s()151 if (a != 0 && !TEST_uint_eq(constant_time_is_zero_s(a), CONSTTIME_FALSE_S)) in test_is_zero_s()
812 failure = ~constant_time_is_zero_s(constant_time_msb(retval) in OSSL_CRMF_ENCRYPTEDVALUE_decrypt()