Home
last modified time | relevance | path

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

/external/rust/crates/ring/crypto/
Dconstant_time_test.c55 } else if (!is_true && c != CONSTTIME_FALSE_W) { in test_binary_op_w()
65 } else if (a != 0 && c != CONSTTIME_FALSE_W) { in test_is_zero_w()
70 if (a == 0 && c != CONSTTIME_FALSE_W) { in test_is_zero_w()
84 selected = constant_time_select_w(CONSTTIME_FALSE_W, a, b); in test_select_w()
Dinternal.h167 #define CONSTTIME_FALSE_W ((crypto_word)0) macro
/external/rust/crates/quiche/deps/boringssl/src/crypto/
Dconstant_time_test.cc65 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()
Dinternal.h256 #define CONSTTIME_FALSE_W ((crypto_word_t)0) in OPENSSL_MSVC_PRAGMA() macro
/external/boringssl/src/crypto/
Dconstant_time_test.cc65 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()
Dinternal.h256 #define CONSTTIME_FALSE_W ((crypto_word_t)0) in OPENSSL_MSVC_PRAGMA() macro
/external/boringssl/src/crypto/fipsmodule/bn/
Drandom.c191 return CONSTTIME_FALSE_W; in bn_less_than_word_mask()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Drandom.c191 return CONSTTIME_FALSE_W; in bn_less_than_word_mask()