Searched refs:ec_invm (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/lib/mpi/ |
D | ec.c | 176 static void ec_invm(MPI x, MPI a, struct mpi_ec_ctx *ctx) in ec_invm() function 515 ec_invm(ec->t.two_inv_p, mpi_const(MPI_C_TWO), ec); in ec_get_two_inv_p() 690 ec_invm(z1, point->z, ctx); /* z1 = z^(-1) mod p */ in mpi_ec_get_affine() 726 ec_invm(z, point->z, ctx); in mpi_ec_get_affine() 1306 ec_invm(z1, p1.z, ctx); in mpi_ec_mul_point() 1327 ec_invm(yy, yy, ctx); in mpi_ec_mul_point() 1340 ec_invm(z2, z2, ctx); in mpi_ec_mul_point() 1342 ec_invm(z3, z3, ctx); in mpi_ec_mul_point()
|