Home
last modified time | relevance | path

Searched refs:CONSTTIME_TRUE_W (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/crypto/
Dconstant_time_test.cc65 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()
Dinternal.h238 #define CONSTTIME_TRUE_W ~((crypto_word_t)0) in OPENSSL_MSVC_PRAGMA() macro
/external/boringssl/src/crypto/hrss/
Dhrss_test.cc161 EXPECT_EQ(CONSTTIME_TRUE_W, result.s.v[i]); in TEST()
162 EXPECT_EQ(CONSTTIME_TRUE_W, result.a.v[i]); in TEST()
Dhrss.c955 crypto_word_t still_going = CONSTTIME_TRUE_W; in HRSS_poly3_invert()
1518 crypto_word_t ok = CONSTTIME_TRUE_W; in poly3_from_poly_checked()
1619 crypto_word_t still_going = CONSTTIME_TRUE_W; in poly_invert_mod2()
/external/boringssl/src/crypto/fipsmodule/rsa/
Dpadding.c210 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/fipsmodule/bn/
Drandom.c194 return CONSTTIME_TRUE_W; in bn_less_than_word_mask()
/external/boringssl/src/crypto/cipher_extra/
De_tls.c318 padding_ok = CONSTTIME_TRUE_W; in aead_tls_open()