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

/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Decp_nistp224.c768 point_double(felem x_out, felem y_out, felem z_out, function
926 point_double(x3, y3, z3, x1, y1, z1);
1069 point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2]);
1448 point_double(
1563 point_double(
1568 point_double(
1574 point_double(
1579 point_double(
H A Decp_nistp521.c940 /* point_double calcuates 2*(x_in, y_in, z_in)
948 point_double(felem x_out, felem y_out, felem z_out, function
1149 point_double(x3, y3, z3, x1, y1, z1);
1410 point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2]);
1833 point_double(
1946 point_double(pre->g_pre_comp[2*i][0], pre->g_pre_comp[2*i][1],
1951 point_double(pre->g_pre_comp[2*i][0],
H A Decp_nistp256.c1020 /* point_double calculates 2*(x_in, y_in, z_in)
1028 point_double(felem x_out, felem y_out, felem z_out, function
1105 /* point_double_small is the same as point_double, except that it operates on
1117 point_double(felem_x_out, felem_y_out, felem_z_out,
1268 point_double(x3, y3, z3, x1, y1, z1);
1529 point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2]);

Completed in 172 milliseconds