Home
last modified time | relevance | path

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

/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() local
214 constant_time_select_w(looking_for_index & equals0, i, zero_index); in RSA_padding_check_PKCS1_type_2()
215 looking_for_index = constant_time_select_w(equals0, 0, looking_for_index); in RSA_padding_check_PKCS1_type_2()
223 valid_index &= ~looking_for_index; in RSA_padding_check_PKCS1_type_2()