Lines Matching full:rx
56 /* Computes R = P + Q where R is (rx, ry), P is (px, py) and Q is (qx,
59 const mp_int *qx, const mp_int *qy, mp_int *rx,
64 const mp_int *qx, const mp_int *qy, mp_int *rx,
68 mp_err ec_GFp_pt_dbl_aff(const mp_int *px, const mp_int *py, mp_int *rx,
75 /* Computes R = nP where R is (rx, ry) and P is (px, py). The parameters
79 const mp_int *py, mp_int *rx, mp_int *ry,
84 * projective coordinates R(rx, ry, rz). */
85 mp_err ec_GFp_pt_aff2jac(const mp_int *px, const mp_int *py, mp_int *rx,
89 * affine coordinates R(rx, ry). */
91 const mp_int *pz, mp_int *rx, mp_int *ry,
103 /* Computes R = P + Q where R is (rx, ry, rz), P is (px, py, pz) and Q is
107 const mp_int *qy, mp_int *rx, mp_int *ry,
112 const mp_int *pz, mp_int *rx, mp_int *ry,
116 /* Computes R = nP where R is (rx, ry) and P is (px, py). The parameters
120 const mp_int *py, mp_int *rx, mp_int *ry,
131 const mp_int *py, mp_int *rx, mp_int *ry,
134 /* Computes R = nP where R is (rx, ry) and P is the base point. Elliptic
144 mp_int *rx, mp_int *ry, const ECGroup *group);