Home
last modified time | relevance | path

Searched refs:field_div (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/common/crypto/ecc/
H A Decp_521.c175 group->meth->field_div = &ec_GFp_nistp521_div; in ec_group_set_gfp521()
H A Dec2_aff.c110 field_div(&tempy, &tempx, &lambda, group->meth)); in ec_GF2m_pt_add_aff()
129 MP_CHECKOK(group->meth->field_div(qy, qx, &lambda, group->meth)); in ec_GF2m_pt_add_aff()
H A Decp_aff.c117 field_div(&tempy, &tempx, &lambda, group->meth)); in ec_GFp_pt_add_aff()
142 field_div(&tempx, &tempy, &lambda, group->meth)); in ec_GFp_pt_add_aff()
H A Decp_mont.c85 meth->field_div = &ec_GFp_div_mont; in GFMethod_consGFp_mont()
H A Dec2_mont.c167 MP_CHECKOK(group->meth->field_div(&t5, &t3, &t3, group->meth)); in gf2m_Mxy()
H A Decl-priv.h139 mp_err (*field_div) (const mp_int *a, const mp_int *b, mp_int *r, member
H A Decp_224.c386 group->meth->field_div = &ec_GFp_nistp224_div; in ec_group_set_gfp224()
H A Decp_192.c532 group->meth->field_div = &ec_GFp_nistp192_div; in ec_group_set_gfp192()
H A Decl_gf.c122 meth->field_div = &ec_GFp_div; in GFMethod_consGFp()
178 meth->field_div = &ec_GF2m_div; in GFMethod_consGF2m()
H A Decp_jac.c112 MP_CHECKOK(group->meth->field_div(NULL, pz, &z1, group->meth)); in ec_GFp_pt_jac2aff()