Searched refs:CONSTTIME_FALSE_8 (Results 1 – 1 of 1) sorted by relevance
58 static const uint8_t CONSTTIME_FALSE_8 = 0; variable65 return b ? CONSTTIME_TRUE_8 : CONSTTIME_FALSE_8; in FromBool8()129 EXPECT_EQ(b, constant_time_select_8(CONSTTIME_FALSE_8, a, b)); in TEST()