Home | History | Annotate | Download | only in ecdsa

Lines Matching defs:group

98 	const EC_GROUP *group;
101 if (eckey == NULL || (group = EC_KEY_get0_group(eckey)) == NULL)
127 if ((tmp_point = EC_POINT_new(group)) == NULL)
132 if (!EC_GROUP_get_order(group, order, ctx))
176 if (!EC_POINT_mul(group, tmp_point, k, NULL, NULL, ctx))
181 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) == NID_X9_62_prime_field)
183 if (!EC_POINT_get_affine_coordinates_GFp(group,
193 if (!EC_POINT_get_affine_coordinates_GF2m(group,
249 const EC_GROUP *group;
255 group = EC_KEY_get0_group(eckey);
258 if (group == NULL || priv_key == NULL || ecdsa == NULL)
279 if (!EC_GROUP_get_order(group, order, ctx))
380 const EC_GROUP *group;
384 if (eckey == NULL || (group = EC_KEY_get0_group(eckey)) == NULL ||
409 if (!EC_GROUP_get_order(group, order, ctx))
460 if ((point = EC_POINT_new(group)) == NULL)
465 if (!EC_POINT_mul(group, point, u1, pub_key, u2, ctx))
470 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) == NID_X9_62_prime_field)
472 if (!EC_POINT_get_affine_coordinates_GFp(group,
482 if (!EC_POINT_get_affine_coordinates_GF2m(group,