Searched refs:mpi_const (Results 1 – 6 of 6) sorted by relevance
/linux/lib/mpi/ |
A 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() 800 ec_mulm(l2, l2, mpi_const(MPI_C_FOUR), ctx); in dup_point_weierstrass() 811 ec_mulm(l3, t2, mpi_const(MPI_C_EIGHT), 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() 1347 z1 = mpi_copy(mpi_const(MPI_C_ONE)); in mpi_ec_mul_point() 1454 ec_mulm(w, ctx->a, mpi_const(MPI_C_FOUR), ctx); in mpi_ec_curve_point() 1455 ec_addm(w, w, mpi_const(MPI_C_TWO), ctx); in mpi_ec_curve_point() [all …]
|
A D | mpiutil.c | 70 MPI mpi_const(enum gcry_mpi_constants no) in mpi_const() function 78 EXPORT_SYMBOL_GPL(mpi_const);
|
/linux/include/linux/ |
A D | mpi.h | 77 MPI mpi_const(enum gcry_mpi_constants no);
|
/linux/ |
A D | vmlinux.symvers | 7435 0x00000000 mpi_const vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 17254 ffff8000104cb9b0 T mpi_const
|
A D | .tmp_System.map | 17254 ffff8000104cb9b0 T mpi_const
|
Completed in 320 milliseconds