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