Lines Matching refs:meth
254 if (group->meth != point->meth) { in EC_POINT_oct2point()
264 if (group->meth != point->meth) { in EC_POINT_point2oct()
307 if (group->meth->field_decode == 0) { in ec_GFp_simple_set_compressed_coordinates()
309 if (!group->meth->field_sqr(group, tmp2, x_, ctx) || in ec_GFp_simple_set_compressed_coordinates()
310 !group->meth->field_mul(group, tmp1, tmp2, x_, ctx)) { in ec_GFp_simple_set_compressed_coordinates()
328 if (group->meth->field_decode) { in ec_GFp_simple_set_compressed_coordinates()
329 if (!group->meth->field_decode(group, tmp2, &group->a, ctx) || in ec_GFp_simple_set_compressed_coordinates()
335 if (!group->meth->field_mul(group, tmp2, &group->a, x, ctx)) { in ec_GFp_simple_set_compressed_coordinates()
346 if (group->meth->field_decode) { in ec_GFp_simple_set_compressed_coordinates()
347 if (!group->meth->field_decode(group, tmp2, &group->b, ctx) || in ec_GFp_simple_set_compressed_coordinates()
411 if (group->meth != point->meth) { in EC_POINT_set_compressed_coordinates_GFp()