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

/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistp224.c826 * while x_out == y_in is not (maybe this works, but it's not tested).
830 const felem x_in, const felem y_in, const felem z_in)
843 felem_square(tmp, y_in);
874 felem_assign(ftmp, y_in);
1329 felem z1, z2, x_in, y_in, x_out, y_out; local
1337 if ((!BN_to_felem(x_in, &point->X)) || (!BN_to_felem(y_in, &point->Y)) ||
1355 felem_mul(tmp, y_in, z1);
1356 felem_reduce(y_in, tmp);
1357 felem_contract(y_out, y_in);
1419 felem x_in, y_in, z_i local
829 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.c1094 * point_double calculates 2*(x_in, y_in, z_in)
1100 * while x_out == y_in is not (maybe this works, but it's not tested).
1104 const felem x_in, const felem y_in, const felem z_in)
1121 felem_square(tmp, y_in);
1155 felem_assign(ftmp, y_in);
1186 const smallfelem x_in, const smallfelem y_in,
1193 smallfelem_expand(felem_y_in, y_in);
1917 felem z1, z2, x_in, y_in; local
1926 if ((!BN_to_felem(x_in, &point->X)) || (!BN_to_felem(y_in, &point->Y)) ||
1944 felem_mul(tmp, y_in, z
1103 point_double(felem x_out, felem y_out, felem z_out, const felem x_in, const felem y_in, const felem z_in) argument
1185 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
2008 smallfelem x_in, y_in, z_in; local
[all...]
H A Decp_nistp521.c1013 * point_double calcuates 2*(x_in, y_in, z_in)
1019 * while x_out == y_in is not (maybe this works, but it's not tested). */
1022 const felem x_in, const felem y_in, const felem z_in)
1035 felem_square(tmp, y_in);
1074 felem_assign(ftmp, y_in);
1729 felem z1, z2, x_in, y_in, x_out, y_out; local
1737 if ((!BN_to_felem(x_in, &point->X)) || (!BN_to_felem(y_in, &point->Y)) ||
1755 felem_mul(tmp, y_in, z1);
1756 felem_reduce(y_in, tmp);
1757 felem_contract(y_out, y_in);
1021 point_double(felem x_out, felem y_out, felem z_out, const felem x_in, const felem y_in, const felem z_in) argument
1820 felem x_in, y_in, z_in, x_out, y_out, z_out; local
[all...]

Completed in 287 milliseconds