Home
last modified time | relevance | path

Searched refs:CONSTTIME_FALSE (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/
Dconstant_time_test.cc56 static const unsigned CONSTTIME_FALSE = 0; variable
61 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()