Home
last modified time | relevance | path

Searched refs:ec_powm (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/lib/mpi/
Dec.c149 static void ec_powm(MPI w, const MPI b, const MPI e, in ec_powm() function
788 ec_powm(t1, point->z, mpi_const(MPI_C_FOUR), ctx); in dup_point_weierstrass()
990 ec_powm(l4, z2, mpi_const(MPI_C_THREE), ctx); in add_points_weierstrass()
993 ec_powm(l5, z1, mpi_const(MPI_C_THREE), ctx); in add_points_weierstrass()
1026 ec_powm(t1, l3, mpi_const(MPI_C_THREE), ctx); /* fixme: Use saved value*/ in add_points_weierstrass()
1467 ec_powm(w, w, p_minus1, ctx); in mpi_ec_curve_point()