Lines Matching refs:meth
59 ec_GFp_nistp384_mod(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_nistp384_mod() argument
90 MP_CHECKOK(mp_mod(a, &meth->irr, r)); in ec_GFp_nistp384_mod()
185 MP_CHECKOK(mp_submod(r, &m[9], &meth->irr, r)); in ec_GFp_nistp384_mod()
192 MP_CHECKOK(mp_mod(a, &meth->irr, r)); in ec_GFp_nistp384_mod()
254 MP_CHECKOK(mp_submod(r, &m[9], &meth->irr, r)); in ec_GFp_nistp384_mod()
267 ec_GFp_nistp384_sqr(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_nistp384_sqr() argument
272 MP_CHECKOK(ec_GFp_nistp384_mod(r, r, meth)); in ec_GFp_nistp384_sqr()
282 const GFMethod *meth) in ec_GFp_nistp384_mul() argument
287 MP_CHECKOK(ec_GFp_nistp384_mod(r, r, meth)); in ec_GFp_nistp384_mul()
298 group->meth->field_mod = &ec_GFp_nistp384_mod; in ec_group_set_gfp384()
299 group->meth->field_mul = &ec_GFp_nistp384_mul; in ec_group_set_gfp384()
300 group->meth->field_sqr = &ec_GFp_nistp384_sqr; in ec_group_set_gfp384()