Lines Matching refs:EC_POINT

364 int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator,  in EC_GROUP_set_generator()
434 const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group) in EC_GROUP_get0_generator()
716 EC_POINT *EC_POINT_new(const EC_GROUP *group) in EC_POINT_new()
718 EC_POINT *ret; in EC_POINT_new()
746 void EC_POINT_free(EC_POINT *point) in EC_POINT_free()
756 void EC_POINT_clear_free(EC_POINT *point) in EC_POINT_clear_free()
768 int EC_POINT_copy(EC_POINT *dest, const EC_POINT *src) in EC_POINT_copy()
786 EC_POINT *EC_POINT_dup(const EC_POINT *a, const EC_GROUP *group) in EC_POINT_dup()
788 EC_POINT *t; in EC_POINT_dup()
806 const EC_METHOD *EC_POINT_method_of(const EC_POINT *point) in EC_POINT_method_of()
812 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) in EC_POINT_set_to_infinity()
827 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_Jprojective_coordinates_GFp()
844 const EC_POINT *point, BIGNUM *x, in EC_POINT_get_Jprojective_coordinates_GFp()
861 int EC_POINT_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_affine_coordinates()
885 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_affine_coordinates_GFp()
893 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_affine_coordinates_GF2m()
902 const EC_POINT *point, BIGNUM *x, BIGNUM *y, in EC_POINT_get_affine_coordinates()
922 const EC_POINT *point, BIGNUM *x, in EC_POINT_get_affine_coordinates_GFp()
930 const EC_POINT *point, BIGNUM *x, in EC_POINT_get_affine_coordinates_GF2m()
938 int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, in EC_POINT_add()
939 const EC_POINT *b, BN_CTX *ctx) in EC_POINT_add()
953 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, in EC_POINT_dbl()
967 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx) in EC_POINT_invert()
980 int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) in EC_POINT_is_at_infinity()
1000 int EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_is_on_curve()
1014 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, in EC_POINT_cmp()
1029 int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) in EC_POINT_make_affine()
1043 EC_POINT *points[], BN_CTX *ctx) in EC_POINTs_make_affine()
1068 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, in EC_POINTs_mul()
1069 size_t num, const EC_POINT *points[], in EC_POINTs_mul()
1115 int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, in EC_POINT_mul()
1116 const EC_POINT *point, const BIGNUM *p_scalar, BN_CTX *ctx) in EC_POINT_mul()
1314 int ossl_ec_point_blind_coordinates(const EC_GROUP *group, EC_POINT *p, in ossl_ec_point_blind_coordinates()
1409 const EC_POINT *point = EC_GROUP_get0_generator(group); in ec_group_explicit_to_named()
1543 EC_POINT *point = NULL; in EC_GROUP_new_from_params()