Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/ecc/
H A Dec2_aff.c77 ec_GF2m_pt_add_aff(const mp_int *px, const mp_int *py, const mp_int *qx, in ec_GF2m_pt_add_aff()
159 ec_GF2m_pt_sub_aff(const mp_int *px, const mp_int *py, const mp_int *qx, in ec_GF2m_pt_sub_aff()
194 mp_int k, k3, qx, qy, sx, sy; in ec_GF2m_pt_mul_aff() local
H A Decp_aff.c83 ec_GFp_pt_add_aff(const mp_int *px, const mp_int *py, const mp_int *qx, in ec_GFp_pt_add_aff()
169 ec_GFp_pt_sub_aff(const mp_int *px, const mp_int *py, const mp_int *qx, in ec_GFp_pt_sub_aff()
207 mp_int k, k3, qx, qy, sx, sy; in ec_GFp_pt_mul_aff() local
H A Decp_jm.c133 const mp_int *paz4, const mp_int *qx, in ec_GFp_pt_add_jm_aff()
H A Decp_jac.c152 const mp_int *qx, const mp_int *qy, mp_int *rx, in ec_GFp_pt_add_jac_aff()
/illumos-gate/usr/src/lib/libmp/common/
H A Dmdiv.c62 m_dsb(int qx, int n, short *a, short *b) in m_dsb()