Lines Matching refs:group

108 OPENSSL_EXPORT void EC_GROUP_free(EC_GROUP *group);
121 OPENSSL_EXPORT const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group);
125 OPENSSL_EXPORT int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order,
130 OPENSSL_EXPORT int EC_GROUP_get_cofactor(const EC_GROUP *group,
138 OPENSSL_EXPORT int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *out_p,
143 OPENSSL_EXPORT int EC_GROUP_get_curve_name(const EC_GROUP *group);
147 OPENSSL_EXPORT int EC_GROUP_get_degree(const EC_GROUP *group);
152 OPENSSL_EXPORT int EC_GROUP_precompute_mult(EC_GROUP *group, BN_CTX *ctx);
156 OPENSSL_EXPORT int EC_GROUP_have_precompute_mult(const EC_GROUP *group);
163 OPENSSL_EXPORT EC_POINT *EC_POINT_new(const EC_GROUP *group);
179 const EC_GROUP *group);
183 OPENSSL_EXPORT int EC_POINT_set_to_infinity(const EC_GROUP *group,
188 OPENSSL_EXPORT int EC_POINT_is_at_infinity(const EC_GROUP *group,
193 OPENSSL_EXPORT int EC_POINT_is_on_curve(const EC_GROUP *group,
198 OPENSSL_EXPORT int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a,
203 OPENSSL_EXPORT int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point,
209 OPENSSL_EXPORT int EC_POINTs_make_affine(const EC_GROUP *group, size_t num,
218 OPENSSL_EXPORT int EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group,
225 OPENSSL_EXPORT int EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group,
235 OPENSSL_EXPORT size_t EC_POINT_point2oct(const EC_GROUP *group,
243 OPENSSL_EXPORT int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point,
251 const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit,
259 OPENSSL_EXPORT int EC_POINT_add(const EC_GROUP *group, EC_POINT *r,
265 OPENSSL_EXPORT int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r,
270 OPENSSL_EXPORT int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a,
275 OPENSSL_EXPORT int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r,
281 OPENSSL_EXPORT int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r,
303 OPENSSL_EXPORT int EC_GROUP_set_generator(EC_GROUP *group,
309 OPENSSL_EXPORT void EC_GROUP_set_asn1_flag(EC_GROUP *group, int flag);
316 OPENSSL_EXPORT const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group);
324 EC_GROUP *group, point_conversion_form_t form);