Lines Matching full:group
95 const EC_GROUP *group;
98 if (eckey == NULL || (group = EC_KEY_get0_group(eckey)) == NULL)
124 if ((tmp_point = EC_POINT_new(group)) == NULL)
129 if (!EC_GROUP_get_order(group, order, ctx))
148 if (!EC_POINT_mul(group, tmp_point, k, NULL, NULL, ctx))
153 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) == NID_X9_62_prime_field)
155 if (!EC_POINT_get_affine_coordinates_GFp(group,
164 if (!EC_POINT_get_affine_coordinates_GF2m(group,
219 const EC_GROUP *group;
225 group = EC_KEY_get0_group(eckey);
228 if (group == NULL || priv_key == NULL || ecdsa == NULL)
249 if (!EC_GROUP_get_order(group, order, ctx))
350 const EC_GROUP *group;
354 if (eckey == NULL || (group = EC_KEY_get0_group(eckey)) == NULL ||
379 if (!EC_GROUP_get_order(group, order, ctx))
430 if ((point = EC_POINT_new(group)) == NULL)
435 if (!EC_POINT_mul(group, point, u1, pub_key, u2, ctx))
440 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) == NID_X9_62_prime_field)
442 if (!EC_POINT_get_affine_coordinates_GFp(group,
451 if (!EC_POINT_get_affine_coordinates_GF2m(group,