Searched refs:MPI_C_THREE (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/lib/crypto/mpi/ |
D | ec.c | 173 mpi_powm(w, b, mpi_const(MPI_C_THREE), ctx->p); in ec_pow3() 779 ec_mulm(l1, l1, mpi_const(MPI_C_THREE), ctx); in dup_point_weierstrass() 787 ec_mulm(l1, l1, mpi_const(MPI_C_THREE), 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() 1349 mpi_mul(h, k, mpi_const(MPI_C_THREE)); /* h = 3k */ in mpi_ec_mul_point()
|
D | mpiutil.c | 45 case MPI_C_THREE: in mpi_init()
|
/Linux-v6.6/include/linux/ |
D | mpi.h | 72 MPI_C_THREE, enumerator
|