Lines Matching refs:felem_shrink
380 static void felem_shrink(smallfelem out, const felem in) in felem_shrink() function
569 felem_shrink(small, in); in felem_square()
695 felem_shrink(small1, in1); in felem_mul()
696 felem_shrink(small2, in2); in felem_mul()
712 felem_shrink(small2, in2); in felem_small_mul()
852 felem_shrink(out, in); in felem_contract()
1127 felem_shrink(small1, gamma); in point_double()
1144 felem_shrink(small2, alpha); in point_double()
1200 felem_shrink(x_out, felem_x_out); in point_double_small()
1201 felem_shrink(y_out, felem_y_out); in point_double_small()
1202 felem_shrink(z_out, felem_z_out); in point_double_small()
1248 felem_shrink(small3, z1); in point_add()
1257 felem_shrink(small1, ftmp); in point_add()
1264 felem_shrink(small2, ftmp2); in point_add()
1266 felem_shrink(small5, x1); in point_add()
1321 felem_shrink(small4, ftmp4); in point_add()
1343 felem_shrink(small1, ftmp5); in point_add()
1433 felem_shrink(x3, felem_x3); in point_add_small()
1434 felem_shrink(y3, felem_y3); in point_add_small()
1435 felem_shrink(z3, felem_z3); in point_add_small()
2146 felem_shrink(pre_comp[i][1][0], x_out); in ossl_ec_GFp_nistp256_points_mul()
2147 felem_shrink(pre_comp[i][1][1], y_out); in ossl_ec_GFp_nistp256_points_mul()
2148 felem_shrink(pre_comp[i][1][2], z_out); in ossl_ec_GFp_nistp256_points_mul()
2272 felem_shrink(pre->g_pre_comp[0][1][0], x_tmp); in ossl_ec_GFp_nistp256_precompute_mult()
2273 felem_shrink(pre->g_pre_comp[0][1][1], y_tmp); in ossl_ec_GFp_nistp256_precompute_mult()
2274 felem_shrink(pre->g_pre_comp[0][1][2], z_tmp); in ossl_ec_GFp_nistp256_precompute_mult()