Lines Matching defs:point

744 void EC_POINT_free(EC_POINT *point)  in EC_POINT_free()
758 void EC_POINT_clear_free(EC_POINT *point) in EC_POINT_clear_free()
808 const EC_METHOD *EC_POINT_method_of(const EC_POINT *point) in EC_POINT_method_of()
814 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) in EC_POINT_set_to_infinity()
829 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_Jprojective_coordinates_GFp()
846 const EC_POINT *point, BIGNUM *x, in EC_POINT_get_Jprojective_coordinates_GFp()
863 int EC_POINT_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_affine_coordinates()
887 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_affine_coordinates_GFp()
895 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_affine_coordinates_GF2m()
904 const EC_POINT *point, BIGNUM *x, BIGNUM *y, in EC_POINT_get_affine_coordinates()
924 const EC_POINT *point, BIGNUM *x, in EC_POINT_get_affine_coordinates_GFp()
932 const EC_POINT *point, BIGNUM *x, in EC_POINT_get_affine_coordinates_GF2m()
982 int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) in EC_POINT_is_at_infinity()
1002 int EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_is_on_curve()
1031 int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) in EC_POINT_make_affine()
1118 const EC_POINT *point, const BIGNUM *p_scalar, BN_CTX *ctx) in EC_POINT_mul()
1412 const EC_POINT *point = EC_GROUP_get0_generator(group); in ec_group_explicit_to_named() local
1551 EC_POINT *point = NULL; in EC_GROUP_new_from_params() local