Searched refs:looking_for_one_byte (Results 1 – 1 of 1) sorted by relevance
445 crypto_word_t looking_for_one_byte = CONSTTIME_TRUE_W; in RSA_padding_check_PKCS1_OAEP_mgf1() local451 constant_time_select_w(looking_for_one_byte & equals1, i, one_index); in RSA_padding_check_PKCS1_OAEP_mgf1()452 looking_for_one_byte = in RSA_padding_check_PKCS1_OAEP_mgf1()453 constant_time_select_w(equals1, 0, looking_for_one_byte); in RSA_padding_check_PKCS1_OAEP_mgf1()454 bad |= looking_for_one_byte & ~equals0; in RSA_padding_check_PKCS1_OAEP_mgf1()457 bad |= looking_for_one_byte; in RSA_padding_check_PKCS1_OAEP_mgf1()