Searched refs:CONSTTIME_TRUE_W (Results 1 – 17 of 17) sorted by relevance
/external/rust/crates/ring/crypto/ |
D | constant_time_test.c | 53 if (is_true && c != CONSTTIME_TRUE_W) { in test_binary_op_w() 63 if (a == 0 && c != CONSTTIME_TRUE_W) { in test_is_zero_w() 72 } else if (a != 0 && c != CONSTTIME_TRUE_W) { in test_is_zero_w() 80 crypto_word selected = constant_time_select_w(CONSTTIME_TRUE_W, a, b); in test_select_w()
|
D | internal.h | 166 #define CONSTTIME_TRUE_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() 113 EXPECT_EQ(a, constant_time_select_w(CONSTTIME_TRUE_W, a, b)); in TEST() 123 EXPECT_EQ(a, constant_time_select_int(CONSTTIME_TRUE_W, a, b)); in TEST()
|
D | internal.h | 255 #define CONSTTIME_TRUE_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() 113 EXPECT_EQ(a, constant_time_select_w(CONSTTIME_TRUE_W, a, b)); in TEST() 123 EXPECT_EQ(a, constant_time_select_int(CONSTTIME_TRUE_W, a, b)); in TEST()
|
D | internal.h | 255 #define CONSTTIME_TRUE_W ~((crypto_word_t)0) in OPENSSL_MSVC_PRAGMA() macro
|
/external/rust/crates/ring/crypto/limbs/ |
D | limbs.c | 29 Limb is_zero = CONSTTIME_TRUE_W; in LIMBS_are_zero() 39 Limb eq = CONSTTIME_TRUE_W; in LIMBS_equal()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/hrss/ |
D | hrss_test.cc | 130 EXPECT_EQ(CONSTTIME_TRUE_W, result.s.v[i]); in TEST() 131 EXPECT_EQ(CONSTTIME_TRUE_W, result.a.v[i]); in TEST()
|
D | hrss.c | 1419 crypto_word_t ok = CONSTTIME_TRUE_W; in poly3_from_poly_checked()
|
/external/boringssl/src/crypto/hrss/ |
D | hrss_test.cc | 130 EXPECT_EQ(CONSTTIME_TRUE_W, result.s.v[i]); in TEST() 131 EXPECT_EQ(CONSTTIME_TRUE_W, result.a.v[i]); in TEST()
|
D | hrss.c | 1419 crypto_word_t ok = CONSTTIME_TRUE_W; in poly3_from_poly_checked()
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | random.c | 194 return CONSTTIME_TRUE_W; in bn_less_than_word_mask()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/ |
D | random.c | 194 return CONSTTIME_TRUE_W; in bn_less_than_word_mask()
|
/external/boringssl/src/crypto/fipsmodule/rsa/ |
D | padding.c | 210 crypto_word_t zero_index = 0, looking_for_index = CONSTTIME_TRUE_W; in RSA_padding_check_PKCS1_type_2() 445 crypto_word_t looking_for_one_byte = CONSTTIME_TRUE_W; in RSA_padding_check_PKCS1_OAEP_mgf1()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rsa/ |
D | padding.c | 210 crypto_word_t zero_index = 0, looking_for_index = CONSTTIME_TRUE_W; in RSA_padding_check_PKCS1_type_2() 445 crypto_word_t looking_for_one_byte = CONSTTIME_TRUE_W; in RSA_padding_check_PKCS1_OAEP_mgf1()
|
/external/boringssl/src/crypto/cipher_extra/ |
D | e_tls.c | 318 padding_ok = CONSTTIME_TRUE_W; in aead_tls_open()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/cipher_extra/ |
D | e_tls.c | 318 padding_ok = CONSTTIME_TRUE_W; in aead_tls_open()
|