Searched refs:y_equal (Results 1 – 2 of 2) sorted by relevance
700 p224_limb z1_is_zero, z2_is_zero, x_equal, y_equal; in p224_point_add() local757 y_equal = p224_felem_is_zero(ftmp3); in p224_point_add()761 if (x_equal && y_equal && !z1_is_zero && !z2_is_zero) { in p224_point_add()
478 uint32_t y_equal = IsZero(r); in AddJacobian() local480 if (x_equal && y_equal && !z1_is_zero && !z2_is_zero) { in AddJacobian()