Lines Matching refs:EC_GROUP
36 EC_POINT *EC_POINT_new(const EC_GROUP *group);
40 EC_POINT *EC_POINT_dup(const EC_POINT *src, const EC_GROUP *group);
41 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point);
42 int EC_POINT_set_affine_coordinates(const EC_GROUP *group, EC_POINT *p,
45 int EC_POINT_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *p,
47 int EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *p,
50 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *p,
53 size_t EC_POINT_point2buf(const EC_GROUP *group, const EC_POINT *point,
56 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *p,
58 char *EC_POINT_point2hex(const EC_GROUP *group, const EC_POINT *p,
60 EC_POINT *EC_POINT_hex2point(const EC_GROUP *group, const char *hex,
66 int EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP *group,
70 int EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group,
74 int EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *p,
77 int EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group,
80 int EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group,
84 int EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group, EC_POINT *p,
87 int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group,
90 int EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group,
94 BIGNUM *EC_POINT_point2bn(const EC_GROUP *group, const EC_POINT *p,
97 EC_POINT *EC_POINT_bn2point(const EC_GROUP *group, const BIGNUM *bn,