Lines Matching refs:MPI_POINT
169 typedef struct gcry_mpi_point *MPI_POINT; typedef
208 MPI_POINT G; /* Base point (generator). */
213 MPI_POINT Q; /* Public key. */
252 MPI_POINT mpi_point_new(unsigned int nbits);
253 void mpi_point_release(MPI_POINT p);
254 void mpi_point_init(MPI_POINT p);
255 void mpi_point_free_parts(MPI_POINT p);
256 int mpi_ec_get_affine(MPI x, MPI y, MPI_POINT point, struct mpi_ec_ctx *ctx);
257 void mpi_ec_add_points(MPI_POINT result,
258 MPI_POINT p1, MPI_POINT p2,
260 void mpi_ec_mul_point(MPI_POINT result,
261 MPI scalar, MPI_POINT point,
263 int mpi_ec_curve_point(MPI_POINT point, struct mpi_ec_ctx *ctx);