Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dmpi.h169 typedef struct gcry_mpi_point *MPI_POINT; typedef
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);
257 void mpi_ec_add_points(MPI_POINT result,
258 MPI_POINT p1, MPI_POINT p2,
260 void mpi_ec_mul_point(MPI_POINT result,
[all …]
/linux-6.3-rc2/lib/mpi/
A Dec.c39 MPI_POINT p; in mpi_point_new()
81 static void point_set(MPI_POINT d, MPI_POINT s) in point_set()
103 static void point_swap_cond(MPI_POINT d, MPI_POINT s, unsigned long swap, in point_swap_cond()
915 mpi_ec_dup_point(MPI_POINT result, MPI_POINT point, struct mpi_ec_ctx *ctx) in mpi_ec_dup_point()
932 MPI_POINT p1, MPI_POINT p2, in add_points_weierstrass()
1057 MPI_POINT p1, MPI_POINT p2, in add_points_montgomery()
1070 MPI_POINT p1, MPI_POINT p2, in add_points_edwards()
1163 static void montgomery_ladder(MPI_POINT prd, MPI_POINT sum, in montgomery_ladder()
1164 MPI_POINT p1, MPI_POINT p2, MPI dif_x, in montgomery_ladder()
1189 MPI_POINT p1, MPI_POINT p2, in mpi_ec_add_points()
[all …]
/linux-6.3-rc2/crypto/
A Dsm2.c133 static int sm2_ecc_os2ec(MPI_POINT result, MPI value) in sm2_ecc_os2ec()
243 MPI_POINT point, struct mpi_ec_ctx *ec, unsigned int pbytes) in sm2_z_digest_update_point()

Completed in 7 milliseconds