Lines Matching refs:rx
58 /* Computes R = P + Q where R is (rx, ry), P is (px, py) and Q is (qx,
61 const mp_int *qx, const mp_int *qy, mp_int *rx,
66 const mp_int *qx, const mp_int *qy, mp_int *rx,
70 mp_err ec_GFp_pt_dbl_aff(const mp_int *px, const mp_int *py, mp_int *rx,
77 /* Computes R = nP where R is (rx, ry) and P is (px, py). The parameters
81 const mp_int *py, mp_int *rx, mp_int *ry,
86 * projective coordinates R(rx, ry, rz). */
87 mp_err ec_GFp_pt_aff2jac(const mp_int *px, const mp_int *py, mp_int *rx,
91 * affine coordinates R(rx, ry). */
93 const mp_int *pz, mp_int *rx, mp_int *ry,
105 /* Computes R = P + Q where R is (rx, ry, rz), P is (px, py, pz) and Q is
109 const mp_int *qy, mp_int *rx, mp_int *ry,
114 const mp_int *pz, mp_int *rx, mp_int *ry,
118 /* Computes R = nP where R is (rx, ry) and P is (px, py). The parameters
122 const mp_int *py, mp_int *rx, mp_int *ry,
133 const mp_int *py, mp_int *rx, mp_int *ry,
136 /* Computes R = nP where R is (rx, ry) and P is the base point. Elliptic
146 mp_int *rx, mp_int *ry, const ECGroup *group);