Lines Matching refs:addm
457 void (*addm)(MPI w, MPI u, MPI v, struct mpi_ec_ctx *ctx); member
610 ctx->addm = ec_addm; in mpi_ec_init()
624 ctx->addm = field_table[i].addm; in mpi_ec_init()
862 ctx->addm(B, X1, Y1, ctx); in dup_point_edwards()
877 ctx->addm(F, E, D, ctx); in dup_point_edwards()
1115 ctx->addm(G, B, E, ctx); in add_points_edwards()
1118 ctx->addm(tmp, X1, Y1, ctx); in add_points_edwards()
1119 ctx->addm(X3, X2, Y2, ctx); in add_points_edwards()
1128 ctx->addm(Y3, D, C, ctx); in add_points_edwards()
1167 ctx->addm(sum->x, p2->x, p2->z, ctx); in montgomery_ladder()
1169 ctx->addm(prd->x, p1->x, p1->z, ctx); in montgomery_ladder()
1175 ctx->addm(sum->x, p2->x, p2->z, ctx); in montgomery_ladder()
1183 ctx->addm(prd->z, p1->x, prd->z, ctx); in montgomery_ladder()
1489 ctx->addm(w, w, y, ctx); in mpi_ec_curve_point()