Searched refs:ec_invm (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/lib/crypto/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() 693 ec_invm(z1, point->z, ctx); /* z1 = z^(-1) mod p */ in mpi_ec_get_affine() 729 ec_invm(z, point->z, ctx); in mpi_ec_get_affine() 1309 ec_invm(z1, p1.z, ctx); in mpi_ec_mul_point() 1330 ec_invm(yy, yy, ctx); in mpi_ec_mul_point() 1343 ec_invm(z2, z2, ctx); in mpi_ec_mul_point() 1345 ec_invm(z3, z3, ctx); in mpi_ec_mul_point()
|