Searched refs:CONSTTIME_FALSE_W (Results 1 – 8 of 8) sorted by relevance
/external/rust/crates/ring/crypto/ |
D | constant_time_test.c | 55 } 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()
|
D | internal.h | 167 #define CONSTTIME_FALSE_W ((crypto_word)0) macro
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/ |
D | constant_time_test.cc | 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()
|
D | internal.h | 256 #define CONSTTIME_FALSE_W ((crypto_word_t)0) in OPENSSL_MSVC_PRAGMA() macro
|
/external/boringssl/src/crypto/ |
D | constant_time_test.cc | 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()
|
D | internal.h | 256 #define CONSTTIME_FALSE_W ((crypto_word_t)0) in OPENSSL_MSVC_PRAGMA() macro
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | random.c | 191 return CONSTTIME_FALSE_W; in bn_less_than_word_mask()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/ |
D | random.c | 191 return CONSTTIME_FALSE_W; in bn_less_than_word_mask()
|