Searched refs:x_out (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Decp_nistp224.c839 * Outputs can equal corresponding inputs, i.e., x_out == x_in is allowed,
840 * while x_out == y_in is not (maybe this works, but it's not tested).
843 point_double(felem x_out, felem y_out, felem z_out, argument
883 felem_reduce(x_out, tmp);
900 felem_diff(beta, x_out);
936 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, x_out, y_out, z_out; local
1052 * x_out = (z1^3*y2 - z2^3*y1)^2 - (z1^2*x2 - z2^2*x1)^3 -
1057 felem_reduce(x_out, tmp2);
1059 /* ftmp2 = z2^2*x1*(z1^2*x2 - z2^2*x1)^2 - x_out */
1060 felem_diff(ftmp2, x_out);
1136 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
1343 felem z1, z2, x_in, y_in, x_out, y_out; local
1435 felem x_in, y_in, z_in, x_out, y_out, z_out; local
[all...]
H A Decp_nistp256.c1111 * Outputs can equal corresponding inputs, i.e., x_out == x_in is allowed.
1112 * while x_out == y_in is not (maybe this works, but it's not tested).
1115 point_double(felem x_out, felem y_out, felem z_out, argument
1157 felem_reduce(x_out, tmp);
1161 felem_diff(x_out, ftmp);
1162 /* x_out[i] < 2^105 + 2^101 < 2^106 */
1178 felem_diff_zero107(beta, x_out);
1197 point_double_small(smallfelem x_out, smallfelem y_out, smallfelem z_out, argument
1209 felem_shrink(x_out, felem_x_out);
1251 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_ou local
1662 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
1930 smallfelem x_out, y_out; local
2022 felem x_out, y_out, z_out; local
[all...]
H A Decp_nistp521.c1027 * Outputs can equal corresponding inputs, i.e., x_out == x_in is allowed.
1028 * while x_out == y_in is not (maybe this works, but it's not tested). */
1030 point_double(felem x_out, felem y_out, felem z_out, argument
1078 felem_reduce(x_out, tmp);
1097 felem_diff64(beta, x_out);
1153 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out; local
1261 /* x_out = r**2 - J - 2V */
1271 felem_reduce(x_out, tmp);
1273 /* y_out = r(V-x_out) - 2 * s1 * J */
1274 felem_diff64(ftmp3, x_out);
1488 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[16][3]) argument
1738 felem z1, z2, x_in, y_in, x_out, y_out; local
1830 felem x_in, y_in, z_in, x_out, y_out, z_out; local
[all...]

Completed in 128 milliseconds