Lines Matching refs:meth
57 ec_GFp_nistp384_mod(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_nistp384_mod() argument
88 MP_CHECKOK(mp_mod(a, &meth->irr, r)); in ec_GFp_nistp384_mod()
183 MP_CHECKOK(mp_submod(r, &m[9], &meth->irr, r)); in ec_GFp_nistp384_mod()
190 MP_CHECKOK(mp_mod(a, &meth->irr, r)); in ec_GFp_nistp384_mod()
252 MP_CHECKOK(mp_submod(r, &m[9], &meth->irr, r)); in ec_GFp_nistp384_mod()
265 ec_GFp_nistp384_sqr(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_nistp384_sqr() argument
270 MP_CHECKOK(ec_GFp_nistp384_mod(r, r, meth)); in ec_GFp_nistp384_sqr()
280 const GFMethod *meth) in ec_GFp_nistp384_mul() argument
285 MP_CHECKOK(ec_GFp_nistp384_mod(r, r, meth)); in ec_GFp_nistp384_mul()
296 group->meth->field_mod = &ec_GFp_nistp384_mod; in ec_group_set_gfp384()
297 group->meth->field_mul = &ec_GFp_nistp384_mul; in ec_group_set_gfp384()
298 group->meth->field_sqr = &ec_GFp_nistp384_sqr; in ec_group_set_gfp384()