D | mpi.h | 196 struct mpi_ec_ctx { struct 241 void (*addm)(MPI w, MPI u, MPI v, struct mpi_ec_ctx *ctx); argument 242 void (*subm)(MPI w, MPI u, MPI v, struct mpi_ec_ctx *ec); argument 243 void (*mulm)(MPI w, MPI u, MPI v, struct mpi_ec_ctx *ctx); argument 244 void (*pow2)(MPI w, const MPI b, struct mpi_ec_ctx *ctx); argument 245 void (*mul2)(MPI w, MPI u, struct mpi_ec_ctx *ctx); argument 248 void mpi_ec_init(struct mpi_ec_ctx *ctx, enum gcry_mpi_ec_models model, 251 void mpi_ec_deinit(struct mpi_ec_ctx *ctx); 256 int mpi_ec_get_affine(MPI x, MPI y, MPI_POINT point, struct mpi_ec_ctx *ctx); 259 struct mpi_ec_ctx *ctx); [all …]
|