Searched refs:y_out (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistp224.c829 point_double(felem x_out, felem y_out, felem z_out, argument
896 felem_reduce(y_out, tmp);
922 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, x_out, y_out, z_out; local
1056 * y_out = (z1^3*y2 - z2^3*y1)*(z2^2*x1*(z1^2*x2 - z2^2*x1)^2 - x_out) -
1061 felem_reduce(y_out, tmp2);
1064 * the result (x_out, y_out, z_out) is incorrect if one of the inputs is
1073 copy_conditional(y_out, y2, z1_is_zero);
1074 copy_conditional(y_out, y1, z2_is_zero);
1078 felem_assign(y3, y_out);
1120 * Output point (X, Y, Z) is stored in x_out, y_out, z_ou
1122 batch_mul(felem x_out, felem y_out, felem z_out, const felem_bytearray scalars[], const unsigned num_points, const u8 *g_scalar, const int mixed, const felem pre_comp[][17][3], const felem g_pre_comp[2][16][3]) argument
1329 felem z1, z2, x_in, y_in, x_out, y_out; local
1419 felem x_in, y_in, z_in, x_out, y_out, z_out; local
[all...]
H A Decp_nistp256.c1103 point_double(felem x_out, felem y_out, felem z_out, argument
1176 felem_reduce_zero105(y_out, tmp);
1177 /* y_out[i] < 2^106 */
1185 point_double_small(smallfelem x_out, smallfelem y_out, smallfelem z_out, argument
1198 felem_shrink(y_out, felem_y_out);
1239 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out; local
1372 /* y_out = r(V-x_out) - 2 * s1 * J */
1381 felem_reduce_zero105(y_out, tmp);
1382 /* y_out[i] < 2^106 */
1386 copy_small_conditional(y_out, y
1650 batch_mul(felem x_out, felem y_out, felem z_out, const felem_bytearray scalars[], const unsigned num_points, const u8 *g_scalar, const int mixed, const smallfelem pre_comp[][17][3], const smallfelem g_pre_comp[2][16][3]) argument
1918 smallfelem x_out, y_out; local
2009 felem x_out, y_out, z_out; local
[all...]
H A Decp_nistp521.c1021 point_double(felem x_out, felem y_out, felem z_out, argument
1115 felem_reduce(y_out, tmp);
1144 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out; local
1264 /* y_out = r(V-x_out) - 2 * s1 * J */
1281 felem_reduce(y_out, tmp);
1285 copy_conditional(y_out, y2, z1_is_zero);
1286 copy_conditional(y_out, y1, z2_is_zero);
1290 felem_assign(y3, y_out);
1477 * Output point (X, Y, Z) is stored in x_out, y_out, z_out
1479 static void batch_mul(felem x_out, felem y_out, fele argument
1729 felem z1, z2, x_in, y_in, x_out, y_out; local
1820 felem x_in, y_in, z_in, x_out, y_out, z_out; local
[all...]

Completed in 107 milliseconds