Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/
Dconstant_time_test.cc62 return b ? CONSTTIME_TRUE_W : CONSTTIME_FALSE_W; in FromBoolW()
111 EXPECT_EQ(b, constant_time_select_w(CONSTTIME_FALSE_W, a, b)); in TEST()
121 EXPECT_EQ(b, constant_time_select_int(CONSTTIME_FALSE_W, a, b)); in TEST()
Dinternal.h205 #define CONSTTIME_FALSE_W ((crypto_word_t)0) in OPENSSL_MSVC_PRAGMA() macro
209 #define CONSTTIME_FALSE_W ((crypto_word_t)0) in OPENSSL_MSVC_PRAGMA() macro