Lines Matching refs:felem_reduce
506 static void felem_reduce(felem out, const widefelem in) in felem_reduce() function
732 felem_reduce(out, tmp); in felem_square_reduce()
740 felem_reduce(out, tmp); in felem_mul_reduce()
1031 felem_reduce(x_out, tmp); /* x_out[i] < 2^56 */ in point_double()
1039 felem_reduce(z_out, tmp); /* z_out[i] < 2^56 */ in point_double()
1048 felem_reduce(y_out, tmp); /* tmp[i] < 2^56 */ in point_double()
1102 felem_reduce(ftmp5, tmp); /* ftmp5[i] < 2^56 */ in point_add()
1130 felem_reduce(ftmp4, tmp); /* ftmp[4] < 2^56 */ in point_add()
1145 felem_reduce(ftmp5, tmp); /* ftmp5[i] < 2^56 */ in point_add()
1192 felem_reduce(x_out, tmp); /* x_out[i] < 2^56 */ in point_add()
1200 felem_reduce(y_out, tmp); /* y_out[i] < 2^56 */ in point_add()
1645 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp384_point_get_affine_coordinates()
1647 felem_reduce(x_in, tmp); in ossl_ec_GFp_nistp384_point_get_affine_coordinates()
1656 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp384_point_get_affine_coordinates()
1658 felem_reduce(y_in, tmp); in ossl_ec_GFp_nistp384_point_get_affine_coordinates()