Lines Matching refs:ftmp4
538 p224_felem ftmp, ftmp2, ftmp3, ftmp4; in p224_felem_inv() local
582 p224_felem_reduce(ftmp4, tmp); /* 2^49 - 2 */ in p224_felem_inv()
584 p224_felem_square(tmp, ftmp4); in p224_felem_inv()
585 p224_felem_reduce(ftmp4, tmp); in p224_felem_inv()
587 p224_felem_mul(tmp, ftmp3, ftmp4); in p224_felem_inv()
590 p224_felem_reduce(ftmp4, tmp); /* 2^97 - 2 */ in p224_felem_inv()
592 p224_felem_square(tmp, ftmp4); in p224_felem_inv()
593 p224_felem_reduce(ftmp4, tmp); in p224_felem_inv()
595 p224_felem_mul(tmp, ftmp2, ftmp4); in p224_felem_inv()
731 p224_felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, x_out, y_out, z_out; in p224_point_add() local
742 p224_felem_reduce(ftmp4, tmp); in p224_point_add()
745 p224_felem_mul(tmp2, ftmp4, y1); in p224_point_add()
746 p224_felem_reduce(ftmp4, tmp2); in p224_point_add()
755 p224_felem_assign(ftmp4, y1); in p224_point_add()
774 p224_felem_diff_128_64(tmp, ftmp4); in p224_point_add()
826 p224_felem_mul(tmp, ftmp4, ftmp5); in p224_point_add()