Home | History | Annotate | Download | only in ec

Lines Matching refs:meth

1828 	const EC_METHOD *(*meth)(void);
1943 const EC_METHOD *meth;
1967 if (curve.meth != 0)
1969 meth = curve.meth();
1970 if (((group = EC_GROUP_new(meth)) == NULL) ||
1971 (!(group->meth->group_set_curve(group, p, a, b, ctx))))