Searched refs:equals0 (Results 1 – 3 of 3) sorted by relevance
105 unsigned int equals0 = constant_time_is_zero(em[i]); in RSA_padding_check_SSLv23() local107 zero_index = constant_time_select_int(~found_zero_byte & equals0, in RSA_padding_check_SSLv23()109 found_zero_byte |= equals0; in RSA_padding_check_SSLv23()
202 unsigned int equals0 = constant_time_is_zero(em[i]); in RSA_padding_check_PKCS1_type_2() local204 zero_index = constant_time_select_int(~found_zero_byte & equals0, in RSA_padding_check_PKCS1_type_2()206 found_zero_byte |= equals0; in RSA_padding_check_PKCS1_type_2()
214 unsigned int equals0 = constant_time_is_zero(db[i]); in RSA_padding_check_PKCS1_OAEP_mgf1() local218 good &= (found_one_byte | equals0); in RSA_padding_check_PKCS1_OAEP_mgf1()