Searched refs:ec_powm (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/lib/mpi/ |
D | ec.c | 149 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()
|