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_GF2m_pt_dbl_aff(const mp_int *px, const mp_int *py, mp_int *rx,
78 /* Computes R = nP where R is (rx, ry) and P is (px, py). The parameters
82 const mp_int *py, mp_int *rx, mp_int *ry,
86 /* Computes R = nP where R is (rx, ry) and P is (px, py). The parameters
90 const mp_int *py, mp_int *rx, mp_int *ry,
95 * coordinates R(rx, ry, rz). */
96 mp_err ec_GF2m_pt_aff2proj(const mp_int *px, const mp_int *py, mp_int *rx,
100 * coordinates R(rx, ry). */
102 const mp_int *pz, mp_int *rx, mp_int *ry,
114 /* Computes R = P + Q where R is (rx, ry, rz), P is (px, py, pz) and Q is
118 const mp_int *qy, mp_int *rx, mp_int *ry,
123 const mp_int *pz, mp_int *rx, mp_int *ry,
126 /* Computes R = nP where R is (rx, ry) and P is (px, py). The parameters
130 const mp_int *py, mp_int *rx, mp_int *ry,