• Home
  • Raw
  • Download

Lines Matching defs:point

727 void EC_POINT_free(EC_POINT *point)  in EC_POINT_free()
737 void EC_POINT_clear_free(EC_POINT *point) in EC_POINT_clear_free()
787 const EC_METHOD *EC_POINT_method_of(const EC_POINT *point) in EC_POINT_method_of()
793 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) in EC_POINT_set_to_infinity()
809 int EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_Jprojective_coordinates_GFp()
826 int EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_get_Jprojective_coordinates_GFp()
843 int EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_affine_coordinates_GFp()
860 int EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_affine_coordinates_GF2m()
877 int EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_get_affine_coordinates_GFp()
894 int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_get_affine_coordinates_GF2m()
911 int EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_compressed_coordinates_GFp()
928 int EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_compressed_coordinates_GF2m()
945 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t for… in EC_POINT_point2oct()
962 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, in EC_POINT_oct2point()
1027 int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) in EC_POINT_is_at_infinity()
1043 int EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) in EC_POINT_is_on_curve()
1075 int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) in EC_POINT_make_affine()
1129 const EC_POINT *point, const BIGNUM *p_scalar, BN_CTX *ctx) in EC_POINT_mul()