Searched refs:MPI_POINT (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dmpi.h169 typedef struct gcry_mpi_point *MPI_POINT; typedef in typeref:struct:gcry_mpi_point
208 MPI_POINT G; /* Base point (generator). */
213 MPI_POINT Q; /* Public key. */
252 MPI_POINT mpi_point_new(unsigned int nbits);
253 void mpi_point_release(MPI_POINT p);
254 void mpi_point_init(MPI_POINT p);
255 void mpi_point_free_parts(MPI_POINT p);
256 int mpi_ec_get_affine(MPI x, MPI y, MPI_POINT point, struct mpi_ec_ctx *ctx);
257 void mpi_ec_add_points(MPI_POINT result,
258 MPI_POINT p
[all...]
/linux-master/lib/crypto/mpi/
H A Dec.c37 MPI_POINT mpi_point_new(unsigned int nbits)
39 MPI_POINT p;
51 void mpi_point_release(MPI_POINT p)
63 void mpi_point_init(MPI_POINT p)
72 void mpi_point_free_parts(MPI_POINT p)
81 static void point_set(MPI_POINT d, MPI_POINT s)
88 static void point_resize(MPI_POINT p, struct mpi_ec_ctx *ctx)
103 static void point_swap_cond(MPI_POINT d, MPI_POINT
[all...]
/linux-master/crypto/
H A Dsm2.c139 static int sm2_ecc_os2ec(MPI_POINT result, MPI value)
250 MPI_POINT point, struct mpi_ec_ctx *ec,

Completed in 126 milliseconds