Searched refs:CONSTTIME_FALSE_W (Results 1 – 3 of 3) sorted by relevance
65 return b ? CONSTTIME_TRUE_W : CONSTTIME_FALSE_W; in FromBoolW()114 EXPECT_EQ(b, constant_time_select_w(CONSTTIME_FALSE_W, a, b)); in TEST()124 EXPECT_EQ(b, constant_time_select_int(CONSTTIME_FALSE_W, a, b)); in TEST()
239 #define CONSTTIME_FALSE_W ((crypto_word_t)0) in OPENSSL_MSVC_PRAGMA() macro
191 return CONSTTIME_FALSE_W; in bn_less_than_word_mask()