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_GF2m_pt_dbl_aff(const mp_int *px, const mp_int *py, mp_int *rx,
76 /* Computes R = nP where R is (rx, ry) and P is (px, py). The parameters
80 const mp_int *py, mp_int *rx, mp_int *ry,
84 /* Computes R = nP where R is (rx, ry) and P is (px, py). The parameters
88 const mp_int *py, mp_int *rx, mp_int *ry,
93 * coordinates R(rx, ry, rz). */
94 mp_err ec_GF2m_pt_aff2proj(const mp_int *px, const mp_int *py, mp_int *rx,
98 * coordinates R(rx, ry). */
100 const mp_int *pz, mp_int *rx, mp_int *ry,
112 /* Computes R = P + Q where R is (rx, ry, rz), P is (px, py, pz) and Q is
116 const mp_int *qy, mp_int *rx, mp_int *ry,
121 const mp_int *pz, mp_int *rx, mp_int *ry,
124 /* Computes R = nP where R is (rx, ry) and P is (px, py). The parameters
128 const mp_int *py, mp_int *rx, mp_int *ry,