Home
last modified time | relevance | path

Searched defs:qx (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/common/crypto/ecc/
H A Dec2_aff.c79 ec_GF2m_pt_add_aff(const mp_int *px, const mp_int *py, const mp_int *qx, in ec_GF2m_pt_add_aff()
161 ec_GF2m_pt_sub_aff(const mp_int *px, const mp_int *py, const mp_int *qx, in ec_GF2m_pt_sub_aff()
196 mp_int k, k3, qx, qy, sx, sy; in ec_GF2m_pt_mul_aff() local
H A Decp_aff.c85 ec_GFp_pt_add_aff(const mp_int *px, const mp_int *py, const mp_int *qx, in ec_GFp_pt_add_aff()
171 ec_GFp_pt_sub_aff(const mp_int *px, const mp_int *py, const mp_int *qx, in ec_GFp_pt_sub_aff()
209 mp_int k, k3, qx, qy, sx, sy; in ec_GFp_pt_mul_aff() local
H A Decp_jm.c135 const mp_int *paz4, const mp_int *qx, in ec_GFp_pt_add_jm_aff()
H A Decp_jac.c154 const mp_int *qx, const mp_int *qy, mp_int *rx, in ec_GFp_pt_add_jac_aff()
/titanic_41/usr/src/lib/libmp/common/
H A Dmdiv.c60 m_dsb(int qx, int n, short *a, short *b) in m_dsb()