Searched refs:ec_addm (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/lib/mpi/ |
D | ec.c | 122 static void ec_addm(MPI w, MPI u, MPI v, struct mpi_ec_ctx *ctx) in ec_addm() function 610 ctx->addm = ec_addm; in mpi_ec_init() 780 ec_addm(t2, point->x, t1, ctx); in dup_point_weierstrass() 790 ec_addm(l1, l1, t1, ctx); in dup_point_weierstrass() 1010 ec_addm(l7, l1, l2, ctx); in add_points_weierstrass() 1012 ec_addm(l8, l4, l5, ctx); in add_points_weierstrass() 1432 ec_addm(w, w, ctx->b, ctx); in mpi_ec_curve_point() 1433 ec_addm(w, w, xxx, ctx); in mpi_ec_curve_point() 1455 ec_addm(w, w, mpi_const(MPI_C_TWO), ctx); in mpi_ec_curve_point() 1458 ec_addm(w, w, xx, ctx); in mpi_ec_curve_point() [all …]
|