Searched refs:equals0 (Results 1 – 2 of 2) sorted by relevance
216 unsigned int equals0 = constant_time_is_zero(em[i]); in RSA_padding_check_PKCS1_type_2() local218 zero_index = constant_time_select_int(~found_zero_byte & equals0, in RSA_padding_check_PKCS1_type_2()220 found_zero_byte |= equals0; in RSA_padding_check_PKCS1_type_2()475 unsigned int equals0 = constant_time_is_zero(from[i]); in ossl_rsa_padding_check_PKCS1_type_2() local476 zero_index = constant_time_select_int(~found_zero_byte & equals0, in ossl_rsa_padding_check_PKCS1_type_2()478 found_zero_byte |= equals0; in ossl_rsa_padding_check_PKCS1_type_2()
279 unsigned int equals0 = constant_time_is_zero(db[i]); in RSA_padding_check_PKCS1_OAEP_mgf1() local283 good &= (found_one_byte | equals0); in RSA_padding_check_PKCS1_OAEP_mgf1()
Completed in 9 milliseconds