Searched refs:ec_addm (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/lib/crypto/mpi/ |
H A D | ec.c | 122 static void ec_addm(MPI w, MPI u, MPI v, struct mpi_ec_ctx *ctx) in ec_addm() function 613 ctx->addm = ec_addm; in mpi_ec_init() 783 ec_addm(t2, point->x, t1, ctx); in dup_point_weierstrass() 793 ec_addm(l1, l1, t1, ctx); in dup_point_weierstrass() 1013 ec_addm(l7, l1, l2, ctx); in add_points_weierstrass() 1015 ec_addm(l8, l4, l5, ctx); in add_points_weierstrass() 1435 ec_addm(w, w, ctx->b, ctx); in mpi_ec_curve_point() 1436 ec_addm(w, w, xxx, ctx); in mpi_ec_curve_point() 1458 ec_addm(w, w, mpi_const(MPI_C_TWO), ctx); in mpi_ec_curve_point() 1461 ec_addm(w, w, xx, ctx); in mpi_ec_curve_point() [all …]
|