Searched refs:ec_GFp_pt_add_aff (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/common/crypto/ecc/ |
H A D | ecp.h | 58 mp_err ec_GFp_pt_add_aff(const mp_int *px, const mp_int *py,
|
H A D | ecp_aff.c | 83 ec_GFp_pt_add_aff(const mp_int *px, const mp_int *py, const mp_int *qx, in ec_GFp_pt_add_aff() function 193 return ec_GFp_pt_add_aff(px, py, px, py, rx, ry, group); in ec_GFp_pt_dbl_aff()
|
H A D | ecl.c | 121 group->point_add = &ec_GFp_pt_add_aff; in ECGroup_consGFp() 164 group->point_add = &ec_GFp_pt_add_aff; in ECGroup_consGFp_mont()
|