Searched refs:equals0 (Results 1 – 2 of 2) sorted by relevance
214 unsigned int equals0 = constant_time_is_zero(em[i]); in RSA_padding_check_PKCS1_type_2() local216 zero_index = constant_time_select_int(~found_zero_byte & equals0, in RSA_padding_check_PKCS1_type_2()218 found_zero_byte |= equals0; in RSA_padding_check_PKCS1_type_2()
261 unsigned int equals0 = constant_time_is_zero(db[i]); in RSA_padding_check_PKCS1_OAEP_mgf1() local265 good &= (found_one_byte | equals0); in RSA_padding_check_PKCS1_OAEP_mgf1()