Searched refs:CONSTTIME_FALSE (Results 1 – 1 of 1) sorted by relevance
56 static const unsigned CONSTTIME_FALSE = 0; variable61 return b ? CONSTTIME_TRUE : CONSTTIME_FALSE; in FromBool()107 EXPECT_EQ(b, constant_time_select(CONSTTIME_FALSE, a, b)); in TEST()117 EXPECT_EQ(b, constant_time_select_int(CONSTTIME_FALSE, a, b)); in TEST()