Home
last modified time | relevance | path

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

/crypto/
A Dconstant_time_test.cc35 return b ? CONSTTIME_TRUE_W : CONSTTIME_FALSE_W; in FromBoolW()
83 EXPECT_EQ(a, constant_time_select_w(CONSTTIME_TRUE_W, a, b)); in TEST()
93 EXPECT_EQ(a, constant_time_select_int(CONSTTIME_TRUE_W, a, b)); in TEST()
A Dinternal.h231 #define CONSTTIME_TRUE_W ~((crypto_word_t)0) macro
/crypto/hrss/
A Dhrss_test.cc130 EXPECT_EQ(CONSTTIME_TRUE_W, result.s.v[i]); in TEST()
131 EXPECT_EQ(CONSTTIME_TRUE_W, result.a.v[i]); in TEST()
A Dhrss.cc1394 crypto_word_t ok = CONSTTIME_TRUE_W; in poly3_from_poly_checked()
/crypto/rsa/
A Drsa_crypt.cc174 crypto_word_t looking_for_one_byte = CONSTTIME_TRUE_W; in RSA_padding_check_PKCS1_OAEP_mgf1()
263 crypto_word_t zero_index = 0, looking_for_index = CONSTTIME_TRUE_W; in rsa_padding_check_PKCS1_type_2()
/crypto/fipsmodule/bn/
A Drandom.cc.inc103 return CONSTTIME_TRUE_W;
/crypto/cipher/
A De_tls.cc316 padding_ok = CONSTTIME_TRUE_W; in aead_tls_open()

Completed in 19 milliseconds