Searched refs:field_div (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/common/crypto/ecc/ |
H A D | ecp_521.c | 177 group->meth->field_div = &ec_GFp_nistp521_div; in ec_group_set_gfp521()
|
H A D | ec2_aff.c | 112 field_div(&tempy, &tempx, &lambda, group->meth)); in ec_GF2m_pt_add_aff() 131 MP_CHECKOK(group->meth->field_div(qy, qx, &lambda, group->meth)); in ec_GF2m_pt_add_aff()
|
H A D | ecp_aff.c | 119 field_div(&tempy, &tempx, &lambda, group->meth)); in ec_GFp_pt_add_aff() 144 field_div(&tempx, &tempy, &lambda, group->meth)); in ec_GFp_pt_add_aff()
|
H A D | ecp_mont.c | 87 meth->field_div = &ec_GFp_div_mont; in GFMethod_consGFp_mont()
|
H A D | ec2_mont.c | 169 MP_CHECKOK(group->meth->field_div(&t5, &t3, &t3, group->meth)); in gf2m_Mxy()
|
H A D | ecl-priv.h | 141 mp_err (*field_div) (const mp_int *a, const mp_int *b, mp_int *r, member
|
H A D | ecp_224.c | 379 group->meth->field_div = &ec_GFp_nistp224_div; in ec_group_set_gfp224()
|
H A D | ecp_192.c | 519 group->meth->field_div = &ec_GFp_nistp192_div; in ec_group_set_gfp192()
|
H A D | ecl_gf.c | 124 meth->field_div = &ec_GFp_div; in GFMethod_consGFp() 180 meth->field_div = &ec_GF2m_div; in GFMethod_consGF2m()
|
H A D | ecp_jac.c | 114 MP_CHECKOK(group->meth->field_div(NULL, pz, &z1, group->meth)); in ec_GFp_pt_jac2aff()
|