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

/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Decp_nistp224.c840 * while x_out == y_in is not (maybe this works, but it's not tested).
844 const felem x_in, const felem y_in, const felem z_in)
857 felem_square(tmp, y_in);
888 felem_assign(ftmp, y_in);
1343 felem z1, z2, x_in, y_in, x_out, y_out; local
1351 if ((!BN_to_felem(x_in, &point->X)) || (!BN_to_felem(y_in, &point->Y)) ||
1369 felem_mul(tmp, y_in, z1);
1370 felem_reduce(y_in, tmp);
1371 felem_contract(y_out, y_in);
1435 felem x_in, y_in, z_i local
843 point_double(felem x_out, felem y_out, felem z_out, const felem x_in, const felem y_in, const felem z_in) argument
[all...]
H A Decp_nistp256.c1106 * point_double calculates 2*(x_in, y_in, z_in)
1112 * while x_out == y_in is not (maybe this works, but it's not tested).
1116 const felem x_in, const felem y_in, const felem z_in)
1133 felem_square(tmp, y_in);
1167 felem_assign(ftmp, y_in);
1198 const smallfelem x_in, const smallfelem y_in,
1205 smallfelem_expand(felem_y_in, y_in);
1929 felem z1, z2, x_in, y_in; local
1938 if ((!BN_to_felem(x_in, &point->X)) || (!BN_to_felem(y_in, &point->Y)) ||
1956 felem_mul(tmp, y_in, z
1115 point_double(felem x_out, felem y_out, felem z_out, const felem x_in, const felem y_in, const felem z_in) argument
1197 point_double_small(smallfelem x_out, smallfelem y_out, smallfelem z_out, const smallfelem x_in, const smallfelem y_in, const smallfelem z_in) argument
2021 smallfelem x_in, y_in, z_in; local
[all...]
H A Decp_nistp521.c1022 * point_double calcuates 2*(x_in, y_in, z_in)
1028 * while x_out == y_in is not (maybe this works, but it's not tested). */
1031 const felem x_in, const felem y_in, const felem z_in)
1044 felem_square(tmp, y_in);
1083 felem_assign(ftmp, y_in);
1738 felem z1, z2, x_in, y_in, x_out, y_out; local
1746 if ((!BN_to_felem(x_in, &point->X)) || (!BN_to_felem(y_in, &point->Y)) ||
1764 felem_mul(tmp, y_in, z1);
1765 felem_reduce(y_in, tmp);
1766 felem_contract(y_out, y_in);
1030 point_double(felem x_out, felem y_out, felem z_out, const felem x_in, const felem y_in, const felem z_in) argument
1830 felem x_in, y_in, z_in, x_out, y_out, z_out; local
[all...]

Completed in 167 milliseconds