Searched refs:CONSTTIME_TRUE_W (Results 1 – 4 of 4) sorted by relevance
62 return b ? CONSTTIME_TRUE_W : CONSTTIME_FALSE_W; in FromBoolW()110 EXPECT_EQ(a, constant_time_select_w(CONSTTIME_TRUE_W, a, b)); in TEST()120 EXPECT_EQ(a, constant_time_select_int(CONSTTIME_TRUE_W, a, b)); in TEST()
204 #define CONSTTIME_TRUE_W ~((crypto_word_t)0) in OPENSSL_MSVC_PRAGMA() macro208 #define CONSTTIME_TRUE_W ~((crypto_word_t)0) in OPENSSL_MSVC_PRAGMA() macro
210 crypto_word_t zero_index = 0, looking_for_index = CONSTTIME_TRUE_W; in RSA_padding_check_PKCS1_type_2()442 crypto_word_t looking_for_one_byte = CONSTTIME_TRUE_W; in RSA_padding_check_PKCS1_OAEP_mgf1()
296 padding_ok = CONSTTIME_TRUE_W; in aead_tls_open()